Skip to content
This repository has been archived by the owner on Jul 19, 2020. It is now read-only.

[DEPRECATED] Generator for Atom packages written in any version CoffeeScript

Notifications You must be signed in to change notification settings

idleberg/generator-atom-package-coffeescript

Repository files navigation

generator-atom-package-coffeescript

npm npm CircleCI David

Description

A Yeoman generator for Atom packages written in any version CoffeeScript.

Atom already transpiles packages written in CoffeeScript automatically, but there are many indications that the Atom team will move away from CoffeeScript in the near future. Also, transpiling packages is (and will remain) limited to CoffeeScript v1. Since there will always be people who want to continue using CoffeeScript, this generator offers a solution.

Features

Installation

Use your preferred Node package manager to install the CLI tool

npm i generator-atom-package-coffeescript -g

Usage

Create a new directory for your package and change into it:

cd ~/.atom/packages
mkdir my-package
cd my-package

Next, run the generator and follow its instructions. Use --helpto list available flags.

yo atom-package-coffeescript

“That's all Folks!”

Related

License

This work is licensed under the MIT License