1.0.0 • Published 7 years ago

now-dplys v1.0.0

Weekly downloads
5
License
MIT
Repository
github
Last release
7 years ago

now-dplys

List your now deployments.

now-dplys

Install

$ npm install --save now-dplys

Usage

const nowDplys = require('now-dplys');

nowDplys()
.then(dplys => {
  console.log(dplys);
})
.catch(err => {
	console.error(err)
});

CLI

$ npm install --global now-dplys
$ now-dplys 

  Examples
    $ now-dplys
    https://now-env.now.sh
    https://nvm-now.now.sh
    https://breathe-now.now.sh
    https://cors-now.now.sh
    https://foreign-fetch.now.sh
    https://koa-rest.now.sh
    https://ws-now.now.sh
    https://sse-now.now.sh
    https://zeit-deployments.now.sh
    https://now-animatable.now.sh

License

MIT © Hemanth.HM