Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/filipelinhares/conjurate
- Owner: filipelinhares
- License: mit
- Created: 2019-09-08T14:57:55.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-06-12T17:42:53.000Z (over 1 year ago)
- Last Synced: 2024-09-16T09:41:33.603Z (4 months ago)
- Topics: cli, conjurate-template, generator, scaffolding
- Language: JavaScript
- Homepage: https://conjurate.surge.sh
- Size: 412 KB
- Stars: 6
- Watchers: 5
- 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 conjurateSet up:
conjurate --initUsage:
conjurateOptions:
-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 messageDocs:
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