stadic
v0.0.15
Published
A very basic React static site generator
Downloads
3
Maintainers
Readme
stadic
A very basic React static site generator
Usage
Check out the example code in the example
folder.
You can generate your static site using npx stadic --html ./example/index.html --pages ./example/pages --output ./public
.
Backlog
- [x] Generate html files
- [x] Publish to npm
- [x] Trigger Actions on new Tag
- [ ] Documentation
- [ ] Tests
- [ ] ESLint
- [ ] Husky
- [ ] Routing
- [ ] ES6
- [ ] TypeScript
License
This repo is licensed under the MIT License.