Skip to content

⚡ Skylite CLI for fast generation of productive Nodes.js applications

License

Notifications You must be signed in to change notification settings

SlDo/skylite-cli

Repository files navigation

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

About

⚡ Skylite CLI for fast generation of productive Nodes.js applications

Resources

License

Stars

Watchers

Forks

Packages

No packages published