https://github.com/othelarian/webapp_manager
https://github.com/othelarian/webapp_manager
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/othelarian/webapp_manager
- Owner: othelarian
- Created: 2019-05-08T22:06:08.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-05-31T15:25:08.000Z (about 6 years ago)
- Last Synced: 2025-01-12T08:34:38.551Z (5 months ago)
- Language: Rust
- Size: 14.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# WebApp Manager
For an easy dev with elm
## Foreword
This small app have two purposes:
* To help me learn rust
* To ease the use of elm with a visual assistant## Some commands
If you're lost offline, there is an 'help' argument ;-)
* Without any argument, the app launch a web-based window with a directory selector
* With the 'DIRECTORY' argument, you can skip the directory selection with the window
* with the 'compile' subcommand you just have to specify the 'FILE', and if you want, a 'OUTPUT', and if you can, an '--optimized', to generate your final index.html, without using the GUI
* with the 'serve' subcommand you can go no-GUI, but with the same options### IMPORTANT: Priorities
Compile > Serve > Gui
Because Gui is coming without a subcommand, as the default behavior, and 'compile' is the most specific mode.
## TODO
* args of the 'compile' and the 'serve' subcommands
* check of the args FILE, OUTPUT and --optimized for the subcommand 'compile'
* launch of the elm reactor
* filesystem observer
* all the elm interface