0.0.5 • Published 4 years ago

nodeplate v0.0.5

Weekly downloads
6
License
MIS
Repository
github
Last release
4 years ago

Nodeplate

"nodeplate" is a simple cli app to generate NodeJs, ExpressJs, MySQL, Sequelize based project structure.

Installation

npm install -g nodeplate

Available Options

Usage: main [option] [name]

Options:
  -V, --version  output the version number
  -i, --init     Initialize new project
  -h, --help     display help for command

Todo

  • Express Server SetUp
  • MySQL, Sequelize SetUp
  • EsLint SetUp
  • Prettier SetUp
  • Dynamic Database generate
  • Dynamic Module generate
  • Dynamic Rest API Design