Socket
Socket
Sign inDemoInstall

nicemarkup

Package Overview
Dependencies
18
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    nicemarkup

[![Open Source Helpers](https://www.codetriage.com/hanzhaxors/nicemarkup/badges/users.svg)](https://www.codetriage.com/hanzhaxors/nicemarkup)


Version published
Maintainers
1
Install size
6.12 MB
Created

Readme

Source

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:

♻️ Easily Maintainable

NiceMarkup eliminates the need of unnecessary symbols and confusing one-liners

1️⃣ One For All

One file is all you need in NiceMarkup. You can generate a whole website in one file without creating another.

👨‍🎓 Not Just HTML, CSS, and JS

You can code everything, using NiceMarkup. PHP, Python, C, C++, etc. But, NiceMarkup only focuses on frontend languages.

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.

FAQs

Last updated on 13 Feb 2022

Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc