This package has been deprecated

Author message:

Please use TypeScript instead

coffeescript_compiler_tools

0.1.1 • Public • Published

#Coffeescript Compiler Tools

A collection of tools to compile Coffeescript source code into JavaScript functions.

Installation

Install like any other NPM module by adding it to package.json, doing an npm install.

Usage

compile_function

Compiler = require 'coffeescript_compiler_tools'

source = '(param) -> "The param is #{param}."'
result = Compiler.compile_function source
result('foo')   # => "The param is foo."

Dependencies (0)

    Dev Dependencies (3)

    Package Sidebar

    Install

    npm i coffeescript_compiler_tools

    Weekly Downloads

    3

    Version

    0.1.1

    License

    none

    Last publish

    Collaborators

    • kevingoslar