2.0.0 - Scaffold new projects using pm create 🎉
npm i -g projectman
Add pm create
command
- Create a template for yourself
- Go to your template directory and run
pm add
- Now you can use
pm create
and it will show you list of your templates which you can select to scaffold a project. - scaffold does not add
.gitignore
ed directories.
Remove Support for Binary files download
- It was additional maintenance and it did not work in some operating systems.