Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aleclarson/lotus-coffee
https://github.com/aleclarson/lotus-coffee
Last synced: 19 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/aleclarson/lotus-coffee
- Owner: aleclarson
- License: mit
- Created: 2015-05-17T05:17:33.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-12-05T16:56:53.000Z (almost 6 years ago)
- Last Synced: 2024-10-13T04:06:49.289Z (24 days ago)
- Language: CoffeeScript
- Homepage:
- Size: 104 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# lotus-coffee v2.3.0 [![stable](http://badges.github.io/stability-badges/dist/stable.svg)](http://github.com/badges/stability-badges)
A plugin for [**lotus**](https://github.com/aleclarson/lotus) that transpiles CoffeeScript files and copies all other files into a build directory.
This version require `lotus` v4.0.0 or higher.
### Command-line API
To expose the `lotus coffee` command, you must include `lotus-coffee` in the "plugins" array in your global `lotus.config.json` file (which resides in $LOTUS_PATH).
```sh
lotus coffee module-name# If already in the `module-name` directory, you can do this:
lotus coffee .
```### Usage with `lotus-watch`
For every `package.json` that has `lotus-coffee` in its "plugins" array, the `lotus watch` command will watch & compile any added/changed *.coffee files.