unassert-js / unassert

Encourages programming with assertions by providing tools to compile them away.
MIT License
192 stars 13 forks source link

unassert CLI tool #5

Closed lacolaco closed 8 years ago

lacolaco commented 8 years ago

Hi. Are you planning to provide a CLI? I'd like to use unassert easily without preprocessors like babel, browserify.

e.g.

$ unassert input.js > output.js

(But I know also that I can do this by writing a script for this.)

twada commented 8 years ago

@laco0416 Nice idea! I'll create unassert-cli ASAP.

lacolaco commented 8 years ago

@twada Great! I look forward to it! :smile:

twada commented 8 years ago

@laco0416 unassert-cli begins!

twada commented 8 years ago

Will be released soon.

twada commented 8 years ago

Just released unassert-cli. Thank you for your request!

lacolaco commented 8 years ago

Thank you very much!