https://github.com/filipelinhares/conjurate
๐ Pluggable generator - Generate files from templates
https://github.com/filipelinhares/conjurate
cli conjurate-template generator scaffolding
Last synced: about 1 year ago
JSON representation
๐ Pluggable generator - Generate files from templates
- Host: GitHub
- URL: https://github.com/filipelinhares/conjurate
- Owner: filipelinhares
- License: mit
- Created: 2019-09-08T14:57:55.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-06-12T17:42:53.000Z (about 3 years ago)
- Last Synced: 2025-03-28T07:02:44.430Z (over 1 year ago)
- Topics: cli, conjurate-template, generator, scaffolding
- Language: JavaScript
- Homepage: https://conjurate.surge.sh
- Size: 412 KB
- Stars: 7
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
README
# 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
