https://github.com/cdaringe/parcel-transformer-gleam
https://github.com/cdaringe/parcel-transformer-gleam
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/cdaringe/parcel-transformer-gleam
- Owner: cdaringe
- Created: 2024-01-16T07:54:52.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-06T09:33:46.000Z (almost 2 years ago)
- Last Synced: 2024-10-02T21:04:12.397Z (over 1 year ago)
- Language: TypeScript
- Size: 796 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# parcel-transformer-gleam
Build gleam apps with parcel bundler.
[](https://www.typescriptlang.org)
[](https://github.com/semantic-release/semantic-release)
## install
`npm install --save parcel-transformer-gleam`
## usage
```json5
// .parcelrc
{
"extends": "@parcel/config-default",
"transformers": {
"*.gleam": [
"parcel-transformer-gleam"
]
}
}
```