basic Node ES6 API project creator
The cpn requires the following systems installed:
In the root directory ~/ execute:
$ wget https://raw.githubusercontent.com/vgeruso/cpn/2.0.2/install.sh$ sudo chmod 733 install.sh$ ./install.shor
$ bash install.shRun in a required folder:
If your project is JavaScript run:
$ cpn init -js my-projectIf your project is TypeScript run:
$ cpn init -ts my-project'my-project' means the name of your project
To start your application:
$ cd my-project/$ yarn devor
$ yarn startwill be running on: http://localhost:3333/api/
Created by Victor Geruso