I have several fairly easy issues 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 issues
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.
- express boilerplate
- Svelte boilerplate
- Electron/react boilerplate
- update the typescript module
Have any ideas? add them to the examples repo or create a new repo with the template :)
This one is a bit more technical but still a short PR. I will guide anyone willing to tackle this.
can't use transformers for file or folder names because of the '|' character #17
Hi, I can't use the transformers because windows won't let me use the '|' character in file/folder names, not sure if it's a windows only issue or it affects other Operating systems also but do you know if there's any way to use transformers without the '|' character? I want to do this {{tagName | capitalize}}
Thanks, for creating this awesome tool.
Scaffolder repo
galElmalah / scaffolder
Scaffolder - Increasing dev velocity and standardizing file conventions.
Scaffolder
Copy pasting is hard and 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
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 can also use…
If something is unclear feel free to reach out!
Top comments (1)
Interesting...