Socket
Book a DemoInstallSign in
Socket

@gustavgb/ivan

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gustavgb/ivan

A simple templating language to create static websites

latest
Source
npmnpm
Version
0.2.1
Version published
Weekly downloads
1
Maintainers
1
Weekly downloads
 
Created
Source

ivan

A simple markup language that compiles to static HTML, CSS and JS. Read more at the website.

Use from command line

ivan build --src path/to/src

or

ivan watch --src path/to/src

or

ivan help, which is equal to ivan --help

In the first two cases, --src can be excluded, in which case the source defaults to "src" (path/to/project/src).

Use with node

import 'ivan' from '@gustavgb/ivan'

ivan(options)

Options are:

  • src: path to the source directory (equivalent to --src)

  • watch: boolean determing whether or not a file watcher starts after initial compilation (equivalent to ivan watch)

Further reading

More info is coming soon on the website. Visit ivan.gustavgb.com.

Keywords

templating

FAQs

Package last updated on 26 Jan 2019

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