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-webpack

0.12.3 • Public • Published

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

Package Sidebar

Install

npm i generator-atom-package-webpack

Weekly Downloads

3

Version

0.12.3

License

MIT

Unpacked Size

31.4 kB

Total Files

18

Last publish

Collaborators

  • idleberg