Skip to content

johtso/CoffeePy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 

Repository files navigation

CoffeePy

Want to compile CoffeeScript on Windows or without running Node.js? Now it's easy.

Uses the excellent PyV8 module to execute CoffeeScript's js compiler inside python.

Usage:

Usage: coffee_watch.py [options] watch_directory

Options:
  -h, --help            show this help message and exit
  -b, --bare            compile without the top-level function wrapper
  -o DIR, --output=DIR  set the output directory for the compiled JavaScript
  -i SECONDS, --interval=SECONDS
                        set the poll interval in seconds (default: 2)

About

A python directory watcher that automatically converts .coffee files to .js files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%