https://github.com/danielbayley/atom-transpile-decaf
:atom: @decaffeinate your @CoffeeScript to ES* in @Atom.
https://github.com/danielbayley/atom-transpile-decaf
apm atom coffeescript converter decaffeinate editor javascript package plugin refactoring transpiler
Last synced: 26 days ago
JSON representation
:atom: @decaffeinate your @CoffeeScript to ES* in @Atom.
- Host: GitHub
- URL: https://github.com/danielbayley/atom-transpile-decaf
- Owner: danielbayley
- License: mit
- Created: 2016-07-07T02:54:41.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-09-23T17:26:10.000Z (over 8 years ago)
- Last Synced: 2025-02-12T11:53:48.604Z (3 months ago)
- Topics: apm, atom, coffeescript, converter, decaffeinate, editor, javascript, package, plugin, refactoring, transpiler
- Language: CoffeeScript
- Homepage: https://atom.io/packages/transpile-decaf
- Size: 4.88 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
[![badge][apm]][package]
[![badge][chat]][#slack]Atom _[Decaf]_
==============
_[Decaf][][feinate]_ your [CoffeeScript] to [ES*] in [Atom].[Another] plugin for _[atom-transpile]_.
Settings
--------
The package settings offer an alternative transpiler to use for conversion. The current choice is between _[decaf]_ and the default _[decaffeinate][feinate]_.Install
-------
`apm install transpile-decaf` or search “decaf” under Packages within Atom.License
-------
[MIT] © [Daniel Bayley][MIT]: LICENSE.md
[Daniel Bayley]: https://github.com/danielbayley
[atom]: https://atom.io
[apm]: https://img.shields.io/apm/v/transpile-decaf.svg?style=flat-square
[package]: https://atom.io/packages/transpile-decaf
[chat]: https://img.shields.io/badge/chat-atom.io%20slack-ff69b4.svg?style=flat-square
[#slack]: https://atom-slack.herokuapp.com[atom-transpile]: https://atom.io/packages/transpile
[Another]: https://atom.io/packages/search?q=transpile-
[CoffeeScript]: http://coffeescript.org
[decaf]: https://github.com/rainforestapp/decaf#decaf-js
[feinate]: https://github.com/decaffeinate/decaffeinate#decaffeinate-
[ES*]: http://babeljs.io/#es2015