Initialize a new project or create a default package.json file.
cnsh init [-y]
Install a package. Use `-g` to install globally.
cnsh add [package] [-g]
Remove a package. The package will be uninstalled from the project or globally.
cnsh remove [package]
Install all dependencies listed in package.json.
cnsh install