monkberry icon indicating copy to clipboard operation
monkberry copied to clipboard

Documentation for CLI tool

Open gamebox opened this issue 9 years ago • 4 comments

CLI tool looks nice for someone who doesn't want to configure a bundler just to get something started here. But there is no documentation of any sort, and I am only able to get single files to be compiled, though it will draw an AST for multiple .monk files.

gamebox avatar Jul 01 '16 04:07 gamebox

Hi,

Only example now is here: http://monkberry.js.org/docs/installation#cli

Will write more about CLI soon. Also will add --watch mode.

antonmedv avatar Jul 01 '16 05:07 antonmedv

Just as a heads up for early adopters, this tool is SOLELY for compiling .monk files into Javascript. You still need a transpiler(for ES6) and bundler(if you need it).

Also, thank @elfet for the quick responses.

gamebox avatar Jul 01 '16 14:07 gamebox

A bundler?

antonmedv avatar Jul 01 '16 17:07 antonmedv

@elfet something like Rollup.js

godDLL avatar Aug 24 '16 02:08 godDLL