0.2.4-rc.1.2 • Published 2 years ago

nicemarkup v0.2.4-rc.1.2

Weekly downloads
-
License
MPL-2.0
Repository
github
Last release
2 years ago

NiceMarkup

Open Source Helpers

NiceMarkup is a simple language to help web developers build their website. As simple as it is, it has no configuration file, ever.

Why NiceMarkup?

HTML, Emmet, etc. they exists! Why did you create another one?

NiceMarkup is:

Installation

sudo npm install -g nicemarkup

Hello World

#file index.html
html
	head
		title
			text: NiceMarkup Hello World
	body
		h1
			text: Hello World!

Taken from examples/hello.nice

You don't need to write any closing tags and you could use CSS selector to define elements (see examples)

Usage

nice <sourceFile> [destinationFolder]

If destinationFolder is not defined, the destination folder name will be based on sourceFile.

Examples

There is so many examples in examples folder, you're welcome.

0.2.4-rc.1.1

2 years ago

0.2.4-rc.1.2

2 years ago

0.2.3

2 years ago

0.2.4-rc.1

2 years ago

0.2.2

2 years ago

0.2.1

2 years ago

0.2.0-rc.5

2 years ago

0.2.0-rc4

2 years ago

0.2.0-rc3

3 years ago