gabocli

CLI tool for the Lazy Express API developer

Usage no npm install needed!

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

README

gabocli

Description

An easy way to create controllers and models files with the common boilerplate on them.

Instalation

npm install -g gabo-cli

Usage

Just run the following commands with your CLI on the root project of your express api:

gabo controller <name> or gabo model <name>