ulka
ulka copied to clipboard
ulkajs is a static site genrator that helps to create static sites from ulka and markdown files.
A simpler static site generator written in JavaScript to transform ulka and markdown files to html.
🚀 Getting Started
-
Create new ulka site
npx ulka create <app-name> <template_url> -i npm ## OR npm i -g ulka ulka create <app-name> <template_url> -i npm
-
Navigate to app name and start dev server
cd <app-name> npm run develop
📖 Documentation
ulka template guide: https://github.com/ulkajs/ulka-parser
For compelte documentation and tutorial visit ulka.js.org
🤗 Contributing
We welcome you to join the development of ulka. Please see contributing guidelines.