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

[DEPRECATED] Generator for Atom packages written in JavaScript and compiled using Webpack

Notifications You must be signed in to change notification settings

idleberg/generator-atom-package-webpack

Repository files navigation

generator-atom-package-webpack

npm npm CircleCI David

Description

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

Installation

Use your preferred Node package manager to install the CLI tool

npm i generator-atom-package-webpack -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-webpack

“That's all Folks!”

Related

License

This work is licensed under the MIT License