1.0.15 • Published 5 years ago

skylite v1.0.15

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

5 years ago

1.0.13

5 years ago

1.0.9

5 years ago

1.0.8

5 years ago

1.0.11

5 years ago

1.0.10

5 years ago

1.0.12

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.2

5 years ago

1.0.3

5 years ago

1.0.1

5 years ago