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

Repository files navigation

generator-atom-package-typescript

npm npm CircleCI David

Description

A Yeoman generator for Atom packages written in any version of TypeScript.

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 generator-atom-package-typescript -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-typescript

“That's all Folks!”

Related

License

This work is licensed under the MIT License