@atxm/generator-package

0.22.2 • Public • Published

@atxm/generator-package

npm npm CircleCI David

Description

A Yeoman generator for Atom packages written in JavaScript, TypeScript or CoffeeScript.

Features

Prerequisites

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

Installation

Use your preferred Node package manager to install the CLI tool

npm i @atxm/generator-package -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 @atxm/package

ℹ️ If you prefer graphical user interfaces, atom-yeoman lets you use this generator within Atom!

License

This work is dual-licensed under The MIT License and the GNU General Public License, version 2.0

Package Sidebar

Install

npm i @atxm/generator-package

Weekly Downloads

1

Version

0.22.2

License

MIT OR GPL-2.0

Unpacked Size

61.8 kB

Total Files

45

Last publish

Collaborators

  • idleberg