1.0.1 • Published 5 years ago

slice2json-cli v1.0.1

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

slice2json-cli

Slice language to AST JSON compiler

Install

yarn global add slice2json-cli

Usage

> slice2json
Slice language to AST JSON compiler

Usage: slice2json <file ...> [options]

Options:
  --help         Show help                                             [boolean]
  --version      Show version number                                   [boolean]
  --root-dir     Root dirs.
                 Output files will have the same structure as source files
                 relative to root dirs.
                 Ice includes are also resolved in these dirs.[array] [required]
  --exclude, -e  File paths or globs to exclude.                         [array]
  --out-dir, -o  Directory where to put generated files.
                  [string] [default: "./compiled-slices"]
1.0.1

5 years ago

1.0.0

5 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago