create-roxa-nodewebapp-create

0.0.2 • Public • Published

Roxa Node Web Backend App Creator

The scafflold of Node web backend application

Usage

Node.js v16.x.x

$ npm init roxa-nodewebapp-creator <your-project-name> # Recommends using lower kebab-case as project name
Need to install the following packages:
  create-roxa-nodewebapp-create
Ok to proceed? (y) 
? description #<Your description>
? author name #<Your name>
? author email #<Your email address>
? license MIT
? choose your fave os macOS

Creating a new package in ~/workshop/<your-project-name>

Initializing a git repository
> git init
Installing dependencies using npm
> npm install

Successfully created ~/workshop/<your-project-name>

Congratulation! your node web app project has been created.


$ cd #<your-project-name>
$ code . # Launch VSCode

Package Sidebar

Install

npm i create-roxa-nodewebapp-create

Weekly Downloads

1

Version

0.0.2

License

MIT

Unpacked Size

49.1 kB

Total Files

52

Last publish

Collaborators

  • steven_chen