0.2.1 • Published 5 years ago

@gustavgb/ivan v0.2.1

Weekly downloads
-
License
MIT
Repository
github
Last release
5 years ago

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.

0.2.1

5 years ago

0.2.0

5 years ago

0.1.0

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago