Skip to content

globetown/globe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Globe

Set of command line utils form Globetown.

$ npm install -g globe
$ globe

Readings

Building a simple command line tool with npm Publishing npm packages Learn shell.js Npm link, developing your own npm modules without tears

Tips

You probably don't want to install everything in the root directory since that would require root privileges, forcing sudo everywhere.

  • create an .npmrc (aka npm resource)
  • add prefix = /Users/<your username>/npm
  • create that folder mkdir ~npm
  • add the new folder to the PATH export PATH=~/npm/bin:$PATH

Releases

No releases published

Packages

No packages published