Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ukoloff/parcel-plugin-livescript
LiveScript support for Parcel bundler
https://github.com/ukoloff/parcel-plugin-livescript
javascript livescript nodejs parcel-bundler plugin transpiler
Last synced: 25 days ago
JSON representation
LiveScript support for Parcel bundler
- Host: GitHub
- URL: https://github.com/ukoloff/parcel-plugin-livescript
- Owner: ukoloff
- License: mit
- Created: 2018-02-19T03:41:15.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-09-09T04:54:31.000Z (over 4 years ago)
- Last Synced: 2023-03-28T23:38:46.621Z (almost 2 years ago)
- Topics: javascript, livescript, nodejs, parcel-bundler, plugin, transpiler
- Language: JavaScript
- Homepage:
- Size: 97.7 KB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# parcel-plugin-livescript
[![Build Status](https://travis-ci.org/c0deaddict/parcel-plugin-livescript.svg?branch=master)](https://travis-ci.org/c0deaddict/parcel-plugin-livescript)
[![Build status](https://ci.appveyor.com/api/projects/status/mt0t05o28mn02mcb?svg=true)](https://ci.appveyor.com/project/c0deaddict/parcel-plugin-livescript)
![test](https://github.com/ukoloff/parcel-plugin-livescript/workflows/test/badge.svg)
[![npm version](https://badge.fury.io/js/parcel-plugin-livescript.svg)](https://badge.fury.io/js/parcel-plugin-livescript)LiveScript support for Parcel bundler
## Usage
- `npm i -D parcel-plugin-livescript`
+ or `yarn add -D parcel-plugin-livescript`
+ or better `pnpm i -D parcel-plugin-livescript`
- Start using `.ls`-files## Configuration
Just like Parcel itself,
this plugin just works
(or just fails in some cases).
There are no configuration parameters
except Pull Requests :wink:## Credits
First version is created by [Stas Ukolov](https://github.com/ukoloff).
## Links
- [Parcel][]
- [LiveScript][]
- [pnpm][][Parcel]: https://parceljs.org/
[LiveScript]: http://livescript.net/
[pnpm]: https://pnpm.js.org/