antonmedv / monkberry

Monkberry is a JavaScript library for building web user interfaces
https://monkberry.js.org
MIT License
1.49k stars 78 forks source link

Documentation for CLI tool #7

Open gamebox opened 8 years ago

gamebox commented 8 years ago

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.

antonmedv commented 8 years ago

Hi,

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

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

gamebox commented 8 years ago

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.

antonmedv commented 8 years ago

A bundler?

godDLL commented 7 years ago

@elfet something like Rollup.js