1.0.2 • Published 2 months ago

@othelarian/livefile v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
2 months ago

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 task
  • task(name, description, function) => to create a task (ie. a function the live 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 ;-)

1.0.2

2 months ago

1.0.0

5 months ago