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.
- Host: GitHub
- URL: https://github.com/assemble/assemble-cli
- Owner: assemble
- License: mit
- Created: 2015-07-30T21:38:05.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-10-26T22:13:38.000Z (over 10 years ago)
- Last Synced: 2025-03-19T09:04:24.736Z (about 1 year ago)
- Language: JavaScript
- Size: 184 KB
- Stars: 2
- Watchers: 7
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# assemble-cli [](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._