https://github.com/wolfadex/velma
A visual elm editor
https://github.com/wolfadex/velma
Last synced: about 1 year ago
JSON representation
A visual elm editor
- Host: GitHub
- URL: https://github.com/wolfadex/velma
- Owner: wolfadex
- Created: 2018-08-14T20:54:57.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-15T17:07:50.000Z (almost 8 years ago)
- Last Synced: 2025-02-07T18:14:54.209Z (over 1 year ago)
- Language: Elm
- Size: 44.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Velma
A visual editor for elm
##### [ This is still very much a work in progress ]
## Features
- [x] Add packages
- [x] Remove packages
- [x] Change version
- [x] Change summary
- [x] Change license
- [x] Change repository
- [x] Set module name
- [x] Add Imports
- [x] Remove Imports
- [ ] Modify Imports (exposes)
- [ ] Add Types
- [ ] Remove Types
- [ ] Modify Types
- [ ] Add Types Aliases
- [ ] Remove Types Aliases
- [ ] Modify Types Aliases
- [ ] Add Functions
- [ ] Remove Functions
- [ ] Modify Functions