@pengian/o
v2.1.1
Published
O is a terminal tool that simplifies the npm project management.
Downloads
63
Readme
o
Installation
npm install -g @pengian/oUsage
# In the node's project, enter `o` can run the `npm run start or dev or serve` directly!
o
# Download the git repo and auto install npm dependencies by recommend packageManager,
# ofter then it will auto register in the project list, you can use `o <repoName>` to
# open this repo by VsCode.
o https://www.github.com...
# List the projectList by `o list`
o list
# If you want to add exsiting node's repo, just use `o add` in the repo's dir,
# you can also set a alias to the repo by `o add -a <alias>`
o add -a <alias>
#When you want to delete repo in preojectList, please use `o remove <name>`
o remove <name>