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
- supports CoffeeScript v1 and v2
- adds any SPDX license
- adds CircleCI configuration
- adds Travis CI configuration
- adds CoffeeLint configuration
- adds stylelint configuration
- adds Atom package dependencies
Use your preferred Node package manager to install the CLI tool
npm i generator-atom-package-coffeescript -g
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 --help
to list available flags.
yo atom-package-coffeescript
“That's all Folks!”
This work is licensed under the MIT License