sertonix / generator-atom-npm

A yeoman generator for npm's we indend to store in the Atom organization

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Atom npm Package Generator

This Yeoman generator creates a default directory layout for an npm written in CoffeScript. It includes:

  • Basic package.json with typical dependencies
  • Gruntfile.coffee
  • LICENSE.md (MIT)
  • Basic README.md
  • .gitignore and .npmignore
  • A src and spec folder
  • spec-helper.coffee that loads coffee-cache

Usage:

npm install -g yo
npm install -g git+https://github.com/atom/generator-atom-npm.git
mkdir my-package
cd my-package
yo atom-npm

About

A yeoman generator for npm's we indend to store in the Atom organization

License:MIT License


Languages

Language:JavaScript 70.3%Language:CoffeeScript 29.7%