Skip to content

andrewvy/nima

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nima

Simple static website generator in Nim

Installation

This project is currently in progress.

git clone https://github.com/andrewvy/nima
cd nima

# If you want to use Nimble
nimble install

# Else, you can manually compile the binary
nim c nima.nim

Get Started

Initialize a new Nima project!

nima init -vs new_project_folder

Compile and build the seed data! cd new_project_folder nima build

Usage

    nima - static website generator in Nim

    Usage:
        nima init [-vs] [<project_name>]
        nima serve
        nima build
        nima seed <type> <name>
        nima -h, --help
        nima --version

    Options:
        -h, --help                 Show this screen
        --version                  Show version.
        -v                         Toggle verbose mode.
        -s                         Generates with seed data.

About

Static website generator in Nim

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages