md_spa
md_spa
Have you ever wanted to build a single-page application inside of one giant Markdown file? Well, now you can with the help of md_spa
!
With md_spa
you can build an entire single-page application inside of a Markdown file and compile it down to a single HTML file or a standalone executable web server.
Requirements
Install
git clone https://github.com/hachibu/md_spa.git
cd md_spa
make install
Uninstall
make uninstall
Usage
Compile to HTML
md_spa examples/index.md --build=html
open examples/index.html
Compile to Standalone Executable
md_spa examples/index.md --build=exe
examples/index.exe --port=4567
Live Edit Mode
md_spa examples/index.md --serve
Development
make build && bin/md_spa
Test
make test
Contributing
- Fork it (https://github.com/hachibu/md_spa/fork)
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -am 'Add some feature')
- Push to the branch (git push origin my-new-feature)
- Create a new pull request
Contributors
Repository
md_spa
Owner
Statistic
- 1
- 1
- 0
- 0
- 4
- over 6 years ago
- April 3, 2018
License
MIT License
Links
Synced at
Thu, 07 Nov 2024 15:43:42 GMT
Languages