1.0.15 • Published 4 years ago

skylite v1.0.15

Weekly downloads
30
License
Apache-2.0
Repository
github
Last release
4 years ago

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

1.0.15

4 years ago

1.0.13

4 years ago

1.0.9

4 years ago

1.0.8

4 years ago

1.0.11

4 years ago

1.0.10

4 years ago

1.0.12

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.2

4 years ago

1.0.3

4 years ago

1.0.1

4 years ago