0.0.1 • Published 10 years ago
everythingstays-cli v0.0.1
es-cli
CLI for installing and publishing packages to IPFS easily
Commands
install
Installs shell-scripts in your repository and package.json to run on npm install and npm publish
uninstall
Removes the shell-scripts
How to publish packages?
- Run
es installin your repository - Commit your changes
- Run
npm publish - Write down the hash somewhere for people to use
How to install packages?
- Run
es installin your repository - Copy
dependenciesfrompackage.jsontoesDependenciesin the same file, replacing the version with the hash fromnpm publish - Commit your changes
- Run
npm install
0.0.1
10 years ago