A Yeoman generator for Atom packages written in JavaScript and compiled using Webpack. This is meant as an experiment, hoping to reduce activation time of the package. Based on configuration setup by @jneuendorf.
Features
- adds any SPDX license
- adds CircleCI configuration
- adds Travis CI configuration
- adds Babel presets
- adds ESLint configuration
- adds stylelint configuration
- adds Atom package dependencies
Use your preferred Node package manager to install the CLI tool
npm i generator-atom-package-webpack -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-webpack
“That's all Folks!”
This work is licensed under the MIT License