@othelarian/livefile

1.0.2 • Public • Published

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 ;-)

Readme

Keywords

Package Sidebar

Install

npm i @othelarian/livefile

Weekly Downloads

2

Version

1.0.2

License

MIT

Unpacked Size

5.32 kB

Total Files

4

Last publish

Collaborators

  • othelarian