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

https://github.com/assemble/assemble-cli

Command line interface for Assemble.
https://github.com/assemble/assemble-cli

Last synced: about 1 year ago
JSON representation

Command line interface for Assemble.

Awesome Lists containing this project

README

          

# assemble-cli [![NPM version](https://badge.fury.io/js/assemble-cli.svg)](http://badge.fury.io/js/assemble-cli)

> CLI for Assemble.

**WIP** Not ready for use yet.

## Install

Install globally with [npm](https://www.npmjs.com/)

```sh
$ npm i -g assemble-cli
```

## Usage

```sh
$ assemble
```

## Related projects

* [template](https://github.com/jonschlinkert/template): Render templates using any engine. Supports, layouts, pages, partials and custom template types. Use template… [more](https://github.com/jonschlinkert/template)
* [verb](https://github.com/assemble/verb): Documentation generator for GitHub projects. Extremely powerful, easy to use, can generate anything from API… [more](https://github.com/assemble/verb)

## Running 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/jonschlinkert/assemble-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 July 30, 2015._