0.4.5 • Published 10 months ago

gren-compiler-library v0.4.5

Weekly downloads
-
License
BSD-3-Clause
Repository
github
Last release
10 months ago

node-compiler-library

This package makes it easy to communicate with the Gren compiler from JavaScript.

This library is compatible with Gren 0.4.5.

API

You can find more details in the documentation comments in the source code, but here's a short overview.

  • execute(path, args, options): Execute any command through the Gren compiler.
  • installDependencies(path, options): Install all dependencies of project on path.
  • compileProject(path, options): Compile the project on path.
  • compileDocs(path, options): Extract documentation from project on path.
  • validateProject(path, options): Check that project on path compiles successfully.
0.4.5

10 months ago

0.4.4

12 months ago

0.4.1

12 months ago

0.4.3

12 months ago

0.4.2

12 months ago

0.3.0

2 years ago

0.2.3

2 years ago

0.2.1

3 years ago

0.2.0

3 years ago

0.2.2

3 years ago

0.1.0

3 years ago