cnsh is designed to be lightweight, ensuring fast and efficient package management.
Optimized for performance, cnsh minimizes overhead during package installation.
With simple commands, cnsh is easy to integrate into your workflow.
Install cnsh globally using npm, yarn, or pnpm:
npm install -g cnsh --verbose
yarn global add cnsh --verbose
pnpm add -g cnsh --verbose
Once installed, you can start managing your packages with cnsh commands.
Adds a package to the `cnsh_lib` folder and updates the `package-lock` file.
Removes a package from the `cnsh_lib` folder and updates the `package-lock` file.
Globally installs a package, making it available system-wide.
Removes a globally installed package from the system.
Installs all dependencies listed in the `package.json` file to the `cnsh_lib` folder.
Enables detailed logging output for debugging and tracking installation steps.
Specifies that a package should be installed or removed globally.
Have questions or feedback? You can contact us by forking our official GitHub repository and adding a file named review.md
with your review or comments.
Find the repository here: linuxfandudeguy/cnsh