New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

simple-livescript-watch

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

simple-livescript-watch

A very simple buildscript for livescript

latest
npmnpm
Version
1.0.11
Version published
Maintainers
1
Created
Source
npm install simple-livescript-watch

Very simple livescript build that starts a watch and compile process for any .ls scripts in your directory structure, The only dependencies is the livescript compiler that needs to be installed locally. If you are not too sure about how to install the livescrip compiler just run

npm update

and npm will magically install all the requried dependencies

*Note:*If you add a new livescript file you need to restart the function/process.

to run simply

require("simple-livescript-watch")()

IF you like your command line to have a black background, I have also tried to make it beautiful to your eyes. If someone knows how to add templates to command lines stuff please send me an email !

alt text

If you want to report any bug or want me to add any feature that you would like, please send me an email, I am really interested in hearing from you !

I have customized it slighly with file deletion and creation since I dont like to pollute my directory with many javascript files.

If you are interested for me to upload the customized version please send me a email ! I do not want to make it any more complicated that what it right now. Its made for people who want to quickly get started with livescript without having to write a lot of config or build files.

Keywords

livescript

FAQs

Package last updated on 24 Nov 2014

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts