Socket
Book a DemoInstallSign in
Socket

ulka

Package Overview
Dependencies
Maintainers
1
Versions
138
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ulka

A simpler static site generator written in javascript

latest
Source
npmnpm
Version
1.0.0
Version published
Maintainers
1
Created
Source

Ulka logo

Ulka

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


NPM MIT CI PRs welcome! PRs welcome!

🚀 Getting Started

  • 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
    
  • Navigate to project name and install dependencies.

     cd my-blog
    
     # with npm
     npm install
    
     # with yarn
     yarn install
    
  • 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

Keywords

generator

FAQs

Package last updated on 30 Jun 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts