1.0.3 • Published 3 years ago

nodezilla v1.0.3

Weekly downloads
7
License
MIT
Repository
github
Last release
3 years ago

Nodezilla

Quickly create node projects to speedup your workflow!😁

npm GitHub issues

Documentation

Step-1: Install the CLI

npm i nodezilla -g

Step-2: Create an empty directory

mkdir myAwesomeProject && cd myAwesomeProject

Step-3: Run The CLI

nodezilla

Step-4: Select Template

template-demo

Step-5: Choose If You want to initialize a git repository or notgit-demo

Step-6: Start Developing

Run npm start to start developing

note: For Typescript Do the following:
  • Open a terminal window and run npm run ts
  • Open another terminal window adn run npm start

Congrats You Have Successfully created a node project! 🎉 🥳