README
Skylite is created for fast generation of productive Nodes.js applications. It solves the problem of generating a startup project, as well as its modules (such as controller and dal)
Installation
npm install -g skylite
Usage
💻 Creating a project
skylite create <name of project>
cd <name of project>
npm i <name of project>
🔌 Creating a controller
cd <name of project>
skylite generate controller <name of module>
🗃 Creating a DAL
cd <name of project>
skylite generate dal <name of module>