Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/danielbayley/atom-js2coffee
:atom: js2coffee package for @Atom.
https://github.com/danielbayley/atom-js2coffee
Last synced: 14 days ago
JSON representation
:atom: js2coffee package for @Atom.
- Host: GitHub
- URL: https://github.com/danielbayley/atom-js2coffee
- Owner: danielbayley
- License: mit
- Created: 2014-02-28T04:15:21.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2023-10-31T20:53:43.000Z (about 1 year ago)
- Last Synced: 2024-04-18T14:48:02.157Z (9 months ago)
- Language: CoffeeScript
- Homepage:
- Size: 927 KB
- Stars: 4
- Watchers: 5
- Forks: 6
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# js2coffee package for Atom
[![apm](https://img.shields.io/apm/v/js2coffee.svg)](https://atom.io/packages/js2coffee)
[![apm](https://img.shields.io/apm/dm/js2coffee.svg)](https://atom.io/packages/js2coffee)
[![Travis](https://img.shields.io/travis/jdcrensh/atom-js2coffee.svg)](https://travis-ci.org/jdcrensh/atom-js2coffee)
[![CircleCI](https://img.shields.io/circleci/project/jdcrensh/atom-js2coffee.svg)](https://circleci.com/gh/jdcrensh/atom-js2coffee)
[![AppVeyor](https://ci.appveyor.com/api/projects/status/9klcrhye8alqfogt?svg=true)](https://ci.appveyor.com/project/jdcrensh/atom-js2coffee)Atom.io wrapper around [js2coffee](https://github.com/js2coffee/js2coffee)
![js2coffee gif](https://raw.github.com/jdcrensh/atom-js2coffee/master/js2coffee.gif)
## Features
* Allows you to use js2coffee on whole files or selected text
* Uses tab length from your Atom preferences
* Reports js2coffee errors using Atom's js console## Installation
Install 'js2coffee' via Atom's settings UI, or run `apm install js2coffee`
## Contributing
Pull requests are very much welcome. Fork, make your commit, and open a pull request.
The PR should pass all builds before it can be merged, including linter [rules](./coffeelint.json).