skylite
Version:
The Skylite CLI for creating a powerful Node.js applications
48 lines (31 loc) ⢠1.43 kB
Markdown

[](https://app.codacy.com/gh/SlDo/skylite-cli?utm_source=github.com&utm_medium=referral&utm_content=SlDo/skylite-cli&utm_campaign=Badge_Grade)
[](https://codecov.io/gh/SlDo/skylite-cli)




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](https://github.com/SlDo/skylite-cli/blob/main/LICENSE)