create-infi-backend-create

0.0.3 • Public • Published

Infi Backend App Creator

The scafflold of INFI backend App

Usage

Node.js v16.x.x

$ npm init infi-backend-create <your-project-name> # Recommends using lower kebab-case as project name
Need to install the following packages:
  create-infi-backend-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 INFI project has been created.


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

Google ServiceAccount Serect to Firebase

Added your ServiceAccount files at src/app/config/.env/glsa-jest.secret.json and src/app/config/.env/glsa-local.secret.json

Readme

Keywords

none

Package Sidebar

Install

npm i create-infi-backend-create

Weekly Downloads

1

Version

0.0.3

License

MIT

Unpacked Size

87.4 kB

Total Files

55

Last publish

Collaborators

  • steven_chen