This package has been deprecated

Author message:

This package has been deprecated. To get future versions, please install @atxm/generator-package instead.

generator-atom-package-coffeescript

0.16.2 • Public • Published

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

Package Sidebar

Install

npm i generator-atom-package-coffeescript

Weekly Downloads

4

Version

0.16.2

License

MIT

Unpacked Size

27.8 kB

Total Files

19

Last publish

Collaborators

  • idleberg