New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

coffee-react

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

coffee-react

React JSX support for Coffeescript

  • 0.0.1
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
1.3K
decreased by-42.25%
Maintainers
1
Weekly downloads
 
Created
Source

Coffee-React

Wrapper for the Coffeescript compiler executable using coffee-react-transform to support Coffeescript files including React JSX style markup (CSX).

If you just want to transform CSX code into valid Coffeescript as part of your existing build process see coffee-react-transform, which is the main parser/tranformer package.

Installation

npm install -g coffee-react

Usage

Note: standard coffee compiler options not yet implemented. For now, if you need those, use the [csx-transform](https://github.com/jsdf/coffee-react-transform) executable and then pipe the output into coffee -cs

csx-coffee [input file]

Outputs compiled JS to stdout. You probably want to redirect it to a file, eg.

csx-coffee example/car.csx > car.js

Keywords

FAQs

Package last updated on 05 Apr 2014

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc