create-node-server
v1.0.4
Published
A CLI to create node server boilerplate
Downloads
1
Maintainers
Readme
create-node-server
Create Node.JS API without initial configurations
If something don't work, please open a issue: new issue
Includes:
Prerequisites
Getting Started
Installing
Install CLI:
$ npm i -g create-node-server
First project:
Run in terminal
$ create-node-server
Choose the template that you want:
$ Koa (Single API with Koa)
$ Koa-SQLServer (API with Koa and tedious to use with mssql)
$ Express-Graphql-Mongo (API with express, graphql and mongoose)
Enter the name of the project
The CLI will create the project with the template you chose and the name you entered, then install all the initial packages.