A Yeoman generator for Atom packages written in any version of TypeScript.
Features
- adds any SPDX license
- adds CircleCI configuration
- adds Travis CI configuration
- adds ESLint configuration
- adds stylelint configuration
- adds Atom package dependencies
You need Node.js installed and available in your PATH
environment variable. Use your preferred Node package manager to install the Yeoman CLI tool.
npm install -g yo
Use your preferred Node package manager to install the CLI tool
npm i generator-atom-package-typescript -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-typescript
“That's all Folks!”
This work is licensed under the MIT License