Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 357 Bytes

readme.md

File metadata and controls

14 lines (10 loc) · 357 Bytes

create-node-app

Create a node application in a folder

Instructions

npx @marchyang/create-node-app

use laster versoin ,use npx --ignore-existing @marchyang/create-node-app@latest

test

  1. develop: npm run dev or npm run dev2
  2. debug: npm run dev:debug
  3. pack:npm run build:prod
  4. lib: npm run build:js