1.0.15 ā€¢ Published 3 years ago

skylite v1.0.15

Weekly downloads
30
License
Apache-2.0
Repository
github
Last release
3 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

3 years ago

1.0.13

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.11

3 years ago

1.0.10

3 years ago

1.0.12

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.2

3 years ago

1.0.3

3 years ago

1.0.1

3 years ago