@othelarian/livefile
v1.0.2
Published
a cakefile like for livescript
Downloads
4
Readme
Livefile
DEPRECATED!
This package is currently deprecated as I pushed an alternative version of LiveScript with the live
command included, and up to date with the LiveScript 1.6.1 version.
You can find my alternative version here => https://npmjs.com/package/@othelarian/liveScript.
What's this?
I love CoffeeScript's cake
command, and I love LiveScript, so I decided to create a live
command, with the same mechanics.
How to use it?
There's only two functions that really matter:
option(name, short, type, description)
=> to define an option you can then use into a tasktask(name, description, function)
=> to create a task (ie. a function thelive
command executes)
Honestly, it's as far as similar as cake
as I wanted it to be.
Only in LiveScript?
Yes, only LiveScript, with the prelude-ls
and optionator
packages, both written in LiveScript. Long live LiveScript ;-)