Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

imnemo/pudding-cli

Repository files navigation

pudding-cli

Install

npm i @oncoding/pudding -g

Add Bash Completion

get completion script using command below, and do sth it shows u!

pudding completion

Usage

new project

$ pudding project new hellocli
☐ pending 拷贝工程模板到/Users/nemo/code/imnemo/hellocli
☐ pending 生成新工程package.json
✔ success hellocli新建成功!
くろまる note 请执行后续命令:
 cd hellocli
 npm i. - g
 hellocli completion

dev new cli

cd hellocli
# install for dev
npm i . -g
# then you can use hellocli now
# add bash compeltion
hellocli completion
# show some examples
hello example -h
# new a command combo
pudding command new combo --combo
# new a command not combo
pudding command new --path command bar

api

logger

signale is used. All commands will show all debug infos with the param -d or --debug. By default, the logger debug and log will not be shown.

hello example echo -d
hello example echo

About

A cli tool to generate cli tool scaffold out of the box!

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

AltStyle によって変換されたページ (->オリジナル) /