Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/c0deaddict/parcel-plugin-livescript
LiveScript support for Parcel bundler
https://github.com/c0deaddict/parcel-plugin-livescript
Last synced: 3 months ago
JSON representation
LiveScript support for Parcel bundler
- Host: GitHub
- URL: https://github.com/c0deaddict/parcel-plugin-livescript
- Owner: c0deaddict
- License: mit
- Fork: true (ukoloff/parcel-plugin-livescript)
- Created: 2019-02-13T09:50:29.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-02-14T20:12:08.000Z (almost 6 years ago)
- Last Synced: 2024-08-08T20:42:07.609Z (6 months ago)
- Language: JavaScript
- Homepage:
- Size: 94.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-parcel - LiveScript - Plugin for LiveScript support. (Plugins / JavaScript dialects, other languages)
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)
[![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/