DEV Community

Cover image for Open 2021 Hacktoberfest issues in Scaffolder
Gal Elmalah
Gal Elmalah

Posted on

Open 2021 Hacktoberfest issues in Scaffolder

I have several fairly easy issue on my project Scaffolder.
If anyone is looking to contribute before hacktoberfest is over, this could be a good chance to help a fellow dev.to user, learn a few things and get that cool looking t-shirt 🙂

Hacktoberfest issue

Add Scaffolder templates to the example repo or create a public repo of your own, then just open a PR adding a link to your template here. (More details in the issue)

Add more templates to the example repo #27

Add more templates to the Github templates example repo.

  1. express boilerplate
  2. Svelte boilerplate
  3. Electron/react boilerplate
  4. update the typescript module

Have any ideas? add them to the examples repo or create a new repo with the template :)

Scaffolder repo

GitHub logo galElmalah / scaffolder

Scaffolder - Increasing dev velocity and standardizing file conventions.

Scaffolder logo

Scaffolder

npm version GalElmalah lerna vscode extension

Copy pasting is prone to mistakes.
Keeping your project file structure consistent is annoying.
Sharing templates is too damn complicated!
This is where Scaffolder come in

For a brief introduction and motivation for this tool, read this.

check out the vscode extension


TOC

Getting started

Setup

Install scaffolder globally

npm i -g scaffolder-cli
Enter fullscreen mode Exit fullscreen mode

this will make the scaff command available globally, you can now type scaff i in the terminal, to enter the cli in interactive mode.

You…

If something is unclear feel free to reach out!

Oldest comments (0)