Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nitro: A markup language which compiles to HTML

Requirements: node and npm installed.

Usage

First, go into the project directory and then:

nitro compile FILE_NAME.nitro

The compiled HTML file will be written to build/index.html

Example

Here is a basic example usage of Nitro

[tag = title, colour = red]
    Hello world!
[!tag = title]

Installation (Linux)

git clone https://github.com/TheBrainy06/nitro.git
cd nitro

npm install
sudo npm install -g

About

A custom markdown language that transpiles to HTML and CSS

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages