capone-cli
v0.1.3
Published
Quickest way to deploy your static website.
Readme
capone-cli
Quickest way to deploy your static website.
Installing
npm install -g capone-cliDeploying Site
cd build
capone deploy --site=example
open http://example.caponeapp.comCustom Domain
capone deploy --site=example --domain=www.example.com
open http://www.example.com