skylite

1.0.15 • Public • Published

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

Package Sidebar

Install

npm i skylite

Weekly Downloads

2

Version

1.0.15

License

Apache-2.0

Unpacked Size

55.8 kB

Total Files

29

Last publish

Collaborators

  • sldo