Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/filipelinhares/conjurate

๐Ÿ”Œ Pluggable generator - Generate files from templates
https://github.com/filipelinhares/conjurate

cli conjurate-template generator scaffolding

Last synced: 3 months ago
JSON representation

๐Ÿ”Œ Pluggable generator - Generate files from templates

Awesome Lists containing this project

README

        

Conjurate Logo

# Conjurate

> Pluggable generator tool
>
> An easy way to create new files and folder structures based on templates.

[![npm][npm-image]][npm-url] [![license][license-image]][license-url]
[![changelog][changelog-image]][changelog-url] [![travis][travis-img]][travis-url]

[Get started](http://conjurate.surge.sh/getting-started) ยท [Docs](http://conjurate.surge.sh/docs) ยท [Conjurate templates](http://conjurate.surge.sh/templates)

```bash
$ npx conjurate

Set up:
conjurate --init

Usage:
conjurate

Options:
-o, --output overwrite the default output folder
-fl, --flat generate structure without a container folder
-t, --templates show list of available templates
-v, --version show version number
-h, --help show this message

Docs:
https://github.com/filipelinhares/conjurate
https://conjurate.surge.sh

% Conjurate
```

## License

[MIT](LICENSE.md) ยฉ Filipe Linhares

[travis-img]: https://travis-ci.org/filipelinhares/conjurate.svg?branch=master
[travis-url]: https://travis-ci.org/filipelinhares/conjurate
[changelog-image]: https://img.shields.io/badge/changelog-md-blue.svg?style=flat
[changelog-url]: CHANGELOG.md
[license-image]: https://img.shields.io/npm/l/conjurate.svg?style=flat
[license-url]: LICENSE.md
[npm-image]: https://img.shields.io/npm/v/conjurate.svg?style=flat
[npm-url]: https://www.npmjs.com/package/conjurate