init-api-project

Quickly and automatically start your Express.js project with 'init-api-project'.

Usage no npm install needed!

<script type="module">
  import initApiProject from 'https://cdn.skypack.dev/init-api-project';
</script>

README

init-api-project

GitHub language count GitHub top language GitHub npm

The "init-api-project" is a CLI that is intended to assist in starting a new API project. He is responsible for creating the project folders and installing the initial dependencies.

Installation

To install the package just run the command:

Yarn:

  yarn global add init-api-project

Or NPM:

  npm install -g init-api-project

Usage

Using the CLI is very easy, you just need to run the command:

init-api-project

Or in abbreviated form:

init-ap

If you want to see which arguments the CLI supports, just run the command:

init-api-project -h