Yhspehy / project-cli

create your project-cli

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Intro

Create your project-cli and use project-cli command to run server by this repo.

Build Setup

git clone

# install dependencies
yarn install or npm install

# rename your project name
node ./lib/utils/name.js <your project name>

# complete your main code
# add your commands in ./lib/cmd
# you can follow the format of /cmd/dev

# publish your module to npm

# npm install your module in your project

# use project-cli in package.json/script

About

create your project-cli


Languages

Language:JavaScript 100.0%