valet-cli
v0.0.1
Published
Valet CLI
Readme
@valet-is/cli
Getting Started
Developer Guide
git clone [email protected]:valet-is/cli.git
cd cli
npm installRun
npm linkto make local development easier. It'll create a Symlink for the package path.valetcommand will be available in the command-line.
Publishing to NPM Registry
npm login
> Username: <username>
> Password: <password>
> Email: (this IS public) <email>
> Logged in as <username> on https://registry.npmjs.org/.
npm publish --access public