Skip to content

Latest commit

 

History

History
47 lines (31 loc) · 1.35 KB

README.md

File metadata and controls

47 lines (31 loc) · 1.35 KB

Skylite logo

Codacy Badge codecov GitHub package.json version Downloads GitHub issues NPM

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>

License

Apache 2.0