Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/verbose/verb-cli
Command line tool for Verb.
https://github.com/verbose/verb-cli
Last synced: 3 months ago
JSON representation
Command line tool for Verb.
- Host: GitHub
- URL: https://github.com/verbose/verb-cli
- Owner: verbose
- License: mit
- Created: 2014-03-21T13:40:37.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-08-26T00:41:38.000Z (about 9 years ago)
- Last Synced: 2024-04-25T04:02:24.668Z (7 months ago)
- Language: JavaScript
- Homepage: https://github.com/verbose/verb
- Size: 292 KB
- Stars: 35
- Watchers: 8
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# verb-cli [![NPM version](https://badge.fury.io/js/verb-cli.svg)](http://badge.fury.io/js/verb-cli)
> CLI for Verb.
Install globally with [npm](https://www.npmjs.com/)
```sh
$ npm i -g verb-cli
```## Usage
Run `verb` in the command line to run the default tasks.
**Specific tasks**
Add a space-separated list of tasks to run:
```bash
verb docs lint watch
```## Related
* [composer](https://www.npmjs.com/package/composer): The build system used to create verb,… [more](https://www.npmjs.com/package/composer) | [homepage](https://github.com/jonschlinkert/composer)
* [generator-verb](https://www.npmjs.com/package/generator-verb): Kickstart documentation for any project! This is… [more](https://www.npmjs.com/package/generator-verb) | [homepage](https://github.com/assemble/generator-verb)
* [template](https://www.npmjs.com/package/template): Render templates using any engine. Supports, layouts,… [more](https://www.npmjs.com/package/template) | [homepage](https://github.com/jonschlinkert/template)
* [verb](https://www.npmjs.com/package/verb): Documentation generator for GitHub projects. Extremely powerful,… [more](https://www.npmjs.com/package/verb) | [homepage](https://github.com/verbose/verb)## Run tests
Install dev dependencies:
```sh
$ npm i -d && npm test
```## Contributing
Pull requests and stars are always welcome. For bugs and feature requests, [please create an issue](https://github.com/verbose/verb-cli/issues/new).
## Author
**Jon Schlinkert**
+ [github/jonschlinkert](https://github.com/jonschlinkert)
+ [twitter/jonschlinkert](http://twitter.com/jonschlinkert)## License
Copyright © 2015 Jon Schlinkert
Released under the MIT license.***
_This file was generated by [verb-cli](https://github.com/assemble/verb-cli) on August 21, 2015._