Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.
/ generator-atom-npm Public archive

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

License

Notifications You must be signed in to change notification settings

atom/generator-atom-npm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Atom and all repositories under Atom will be archived on December 15, 2022. Learn more in our official announcement

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

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published