Skip to content
This repository has been archived by the owner on Jan 8, 2025. It is now read-only.

🔒 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

pulsar-edit/generator-atom-npm

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This Repo is archived under Pulsar-Edit since it is not used.

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

Languages

  • JavaScript 70.3%
  • CoffeeScript 29.7%