Skip to content

stevending1st/nodejs-cli-start

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nodejs-cli-start

Node.js Command Line start template.

Development

Installation dependency

pnpm i

Modify command configuration

  • Step1: Modify the command package.json configuration, modify bin to a custom command:
  "bin": {
    "command-start": "bin/index.mjs"
  },
  • Step2: Modify the / src/ index.ts file.

Start the development environment

pnpm dev

Install commands to the global

npm link

Open the command line to execute the command

License

MIT

About

Node.js Command Line start template

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published