https://github.com/wolfadex/maple-lang
https://github.com/wolfadex/maple-lang
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/wolfadex/maple-lang
- Owner: wolfadex
- Created: 2022-10-22T17:03:33.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-03T16:59:45.000Z (over 3 years ago)
- Last Synced: 2025-02-07T18:14:59.879Z (over 1 year ago)
- Language: Elm
- Size: 239 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Elm Nix Template
A very basic template for an [Elm](https://elm-lang.org/) project, using [Nix](https://nixos.org/) and [direnv](https://direnv.net/).
## Getting Started
- Make sure you have both Nix and direnv installed
- Clone this repo, or use the GitHub `Use this template` button
- Inside your cloned repo, run `direnv allow`
- Start coding!