ulka
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

Ulka logo

Ulka

A simple, fast and lightweight static site generator written in javascript.


NPM MIT CI PRs welcome! PRs welcome!

🚀 Getting Started

  1. Create new ulka site.

    # with npm
    npm init ulka
    
    # with yarn
    yarn create ulka

    Then chose the template and project name.

    OR you can directly specify project name and template

     # with npm
     npm init ulka my-blog -- --template default-blog
    
     # with yarn
     yarn create ulka my-blog --template default-blog
  2. Navigate to project name and install dependencies.

     cd my-blog
    
     # with npm
     npm install
    
     # with yarn
     yarn install
  3. Build your project.

    # with npx
    npx ulka # build the project
    npx ulka -w # build and watch
    
    # with yarn
    yarn ulka # build the project
    yarn ulka -w # build and watch

Documentation

Visit ulka.js.org for documentation and tutorial.

License

MIT

Package Sidebar

Install

npm i ulka

Weekly Downloads

2

Version

1.0.0

License

MIT

Unpacked Size

1.45 MB

Total Files

9

Last publish

Collaborators

  • coderosh