0.0.1 • Published 3 years ago

valet-cli v0.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

@valet-is/cli

npm license:MIT

Getting Started

Developer Guide

git clone git@github.com:valet-is/cli.git
cd cli
npm install

Run npm link to make local development easier. It'll create a Symlink for the package path. valet command 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