skylite

The Skylite CLI for creating a powerful Node.js applications

Usage no npm install needed!

<script type="module">
  import skylite from 'https://cdn.skypack.dev/skylite';
</script>

README

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