Skip to content

2.0.0 - Scaffold new projects using pm create 🎉

Compare
Choose a tag to compare
@saurabhdaware saurabhdaware released this 27 Sep 15:40
· 5 commits to main since this release
aee20c7
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 .gitignoreed directories.

Remove Support for Binary files download

  • It was additional maintenance and it did not work in some operating systems.