All Projects → taskrjs → Fly Coffee

taskrjs / Fly Coffee

Licence: mit
☕️ Fly plugin for CoffeeScript

Programming Languages

javascript
184084 projects - #8 most used programming language
coffeescript
4710 projects

Labels

Projects that are alternatives of or similar to Fly Coffee

Pyret Lang
The Pyret language.
Stars: ✭ 771 (+10914.29%)
Mutual labels:  compiler
Tvm
Open deep learning compiler stack for cpu, gpu and specialized accelerators
Stars: ✭ 7,494 (+106957.14%)
Mutual labels:  compiler
Radon
A scripting language.
Stars: ✭ 22 (+214.29%)
Mutual labels:  compiler
Elm Platform
Bundle of all core development tools for Elm
Stars: ✭ 775 (+10971.43%)
Mutual labels:  compiler
Typescripttolua
Typescript to lua transpiler. https://typescripttolua.github.io/
Stars: ✭ 783 (+11085.71%)
Mutual labels:  compiler
Grin
GRIN is a compiler back-end for lazy and strict functional languages with whole program optimization support.
Stars: ✭ 834 (+11814.29%)
Mutual labels:  compiler
Vtil Core
Virtual-machine Translation Intermediate Language
Stars: ✭ 738 (+10442.86%)
Mutual labels:  compiler
Orcc
Open RVC-CAL Compiler
Stars: ✭ 26 (+271.43%)
Mutual labels:  compiler
Rustc Dev Guide
A guide to how rustc works and how to contribute to it.
Stars: ✭ 789 (+11171.43%)
Mutual labels:  compiler
Venom
venom - shellcode generator/compiler/handler (metasploit)
Stars: ✭ 904 (+12814.29%)
Mutual labels:  compiler
Numba
NumPy aware dynamic Python compiler using LLVM
Stars: ✭ 7,090 (+101185.71%)
Mutual labels:  compiler
Tinycc
Unofficial mirror of mob development branch
Stars: ✭ 784 (+11100%)
Mutual labels:  compiler
Modiscript
Acche din aa gaye
Stars: ✭ 888 (+12585.71%)
Mutual labels:  compiler
J2cl
Java to Closure JavaScript transpiler
Stars: ✭ 773 (+10942.86%)
Mutual labels:  compiler
Viper
[WIP] A Pythonesque language with a design that focuses on efficiency and expressiveness. Compiles to WebAssembly
Stars: ✭ 23 (+228.57%)
Mutual labels:  compiler
Caramel
🍬 a functional language for building type-safe, scalable, and maintainable applications
Stars: ✭ 756 (+10700%)
Mutual labels:  compiler
Pyterminfo
A terminfo-to-python cross compiler
Stars: ✭ 5 (-28.57%)
Mutual labels:  compiler
Ldc
The LLVM-based D Compiler.
Stars: ✭ 937 (+13285.71%)
Mutual labels:  compiler
Diez
The Design Token Framework — Adopt a unified design language across platforms, codebases, and teams
Stars: ✭ 928 (+13157.14%)
Mutual labels:  compiler
Gccrs
GCC Front-End for Rust
Stars: ✭ 875 (+12400%)
Mutual labels:  compiler

fly-coffee

CoffeeScript plugin for Fly.

Install

npm install --save-dev fly-coffee

Usage

Check out the documentation to see the available options.

exports.coffee = function * (fly) {
  yield fly.source("src/**/*.coffee").coffee({
    sourceMap: true
  }).target("dist/js")
}

License

MIT © FlyJS

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].