@accordproject/generator-cicero-template
Version:
Code generator for a Cicero Template
36 lines (22 loc) • 1.2 kB
Markdown
# Code generator for a Cicero Templates
Utility to create a self-contained directory for a new Accord Project legal template
## Documentation
http://docs.accordproject.org
## Installation
First, install [Yeoman](http://yeoman.io) and generator-cicero-template using [npm](https://www.npmjs.com/) (we assume you have pre-installed [node.js](https://nodejs.org/)).
```bash
npm install -g yo
npm install -g @accordproject/generator-cicero-template
```
Then generate your new project:
```bash
yo @accordproject/cicero-template
```
## Getting To Know Yeoman
* Yeoman has a heart of gold.
* Yeoman is a person with feelings and opinions, but is very easy to work with.
* Yeoman can be too opinionated at times but is easily convinced not to be.
* Feel free to [learn more about Yeoman](http://yeoman.io/).
## License <a name="license"></a>
Accord Project source code files are made available under the Apache License, Version 2.0 (Apache-2.0), located in the LICENSE file. Accord Project documentation files are made available under the Creative Commons Attribution 4.0 International License (CC-BY-4.0), available at http://creativecommons.org/licenses/by/4.0/.
© 2017-2019 Clause, Inc.