Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/orasund/elm-pen
generate your own elm modules
https://github.com/orasund/elm-pen
elm
Last synced: 23 days ago
JSON representation
generate your own elm modules
- Host: GitHub
- URL: https://github.com/orasund/elm-pen
- Owner: Orasund
- Created: 2022-04-26T03:13:14.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-05-29T15:17:08.000Z (over 2 years ago)
- Last Synced: 2024-12-03T12:07:07.063Z (23 days ago)
- Topics: elm
- Language: Elm
- Homepage: https://orasund.github.io/elm-pen/
- Size: 217 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# ✍️ Elm-pen
Elm-pen is a small CLI tool that lets you generate Elm files using [Handlebars.js](https://handlebarsjs.com/guide/).
It comes with a few templates out of the box, but you can also add your own templates or change the existing ones if you want.
**This project is still in an alpha phase.**
If you encounter bugs or have issues setting it up, then you will have to fix it yourself.
I kindly ask you to also add an [issue on GitHub](https://github.com/Orasund/elm-pen/issues/new) and a pull request once you fixed it, so that i know what went wrong.## Installation
```npm install -g elm-pen```
## Generating Files
```elm-pen```
On the first run, it will generate a `elm-pen.json` aswell as some example files. Change `elm-pen.json` and then just rerun the command.