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

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

Awesome Lists containing this project

README

          

# Baldrick-elm

![npm](https://img.shields.io/npm/v/baldrick-elm) ![Build
status](https://github.com/flarebyte/baldrick-elm/actions/workflows/main.yml/badge.svg)
![npm bundle size](https://img.shields.io/bundlephobia/min/baldrick-elm)

![npm type definitions](https://img.shields.io/npm/types/baldrick-elm)
![node-current](https://img.shields.io/node/v/baldrick-elm)
![NPM](https://img.shields.io/npm/l/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`
```