Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/verbose/verb-cli

Command line tool for Verb.
https://github.com/verbose/verb-cli

Last synced: about 1 month ago
JSON representation

Command line tool for Verb.

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._