https://github.com/flarebyte/baldrick-elm
Baldrick-elm is a Elm assistant with a cunning plan that can be used for scaffolding
https://github.com/flarebyte/baldrick-elm
Last synced: over 1 year ago
JSON representation
Baldrick-elm is a Elm assistant with a cunning plan that can be used for scaffolding
- Host: GitHub
- URL: https://github.com/flarebyte/baldrick-elm
- Owner: flarebyte
- License: mit
- Created: 2022-06-22T07:38:37.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-20T06:13:07.000Z (almost 4 years ago)
- Last Synced: 2025-02-04T18:18:09.691Z (over 1 year ago)
- Language: TypeScript
- Size: 183 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Baldrick-elm
 




>
Baldrick-elm is a Elm assistant with a cunning plan that can be used for
scaffolding
## Documentation and links
- [Code Maintenance](MAINTENANCE.md)
- [Code Of Conduct](CODE_OF_CONDUCT.md)
- [Api for baldrick-elm](API.md)
- [Contributing](CONTRIBUTING.md)
- [Glossary](GLOSSARY.md)
- [Diagram for the code base](INTERNAL.md)
- [Vocabulary used in the code base](CODE_VOCABULARY.md)
- [Architectural Decision Records](DECISIONS.md)
- [Contributors](https://github.com/flarebyte/baldrick-elm/graphs/contributors)
- [Dependencies](https://github.com/flarebyte/baldrick-elm/network/dependencies)
## Usage
To generate basic structure files:
```bash
baldrick-elm generate -f lib -ga 'mygithub' -ch 'MyCompany' -cy 2018 -l BSD3
```
Afterwards, you will need to run:
```bash
make norm
```
## Installation
This package is [ESM
only](https://blog.sindresorhus.com/get-ready-for-esm-aa53530b3f77).
```bash
yarn global add baldrick-elm
baldrick-elm --help
```
Or alternatively run it:
```bash
npx baldrick-elm --help
```
If you want to tun the latest version from github. Mostly useful for dev:
```bash
git clone git@github.com:flarebyte/baldrick-elm.git
yarn global add `pwd`
```