Skip to content

cowills/git-dep-updater

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node-cli-boilerplate

Boilerplate to kickstart creating a Node.js command-line tool

This is what I use for my own command-line tools.

Also check out node-module-boilerplate.

Getting started

Click the "Use this template" button.

Alternatively, create a new directory and then run:

$ curl -fsSL https://github.com/sindresorhus/node-cli-boilerplate/archive/master.tar.gz | tar -xz --strip-components=1

There's also a Yeoman generator.


Remove everything from here and above


unicorn-fun-cli Build Status

My awesome command-line tool

Install

$ npm install --global unicorn-fun-cli

Usage

$ unicorn-fun --help

  Usage
    $ unicorn-fun [input]

  Options
    --postfix  Lorem ipsum  [Default: rainbows]

  Examples
    $ cli-name
    unicorns & rainbows
    $ cli-name ponies
    ponies & rainbows

About

update git dependencies without updating all your node modules

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published