teardown
Version:
Teardown the published project in surge.sh via command line.
47 lines (27 loc) • 693 B
Markdown
# teardown
> Teardown the published project in surge.sh via command line.
##### Note: You must be logged into surge.sh via command line. Else this cli won't work.
## Dependencies
```bash
npm install --global surge
```
## Install
```bash
npm install --global teardown
```
## Usage
```
$ teardown --help
Usage:
By default teardown will fetch all surge.sh projects.
Options:
surge Get the list of all surge.sh projects to delete.
Example:
teardown surge
```
#### Todo
- [ ] - Add now.sh to option.
#### Contributions
- If you wish to contribute to this repository, fork it and send a PR 😬.
- And, if you like the repo, 🌟 it.
##### MIT Licensed