Skip to content

ralphcrisostomo/npm_setup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

Gittip

Shell scripts for the installation of commonly used NPM packages.

Sometimes, when setting up a new machine, there is a need for automating the install of commonly used packages (i.e. setting up your toolbox). This solves that problem by providing a master list of commonly used packages which can be installed via a single command.

Features

Installs the following packages (only if not already installed):

Requirements

Setup

Open a terminal window and execute one of the following depending on your version preference:

Current Version (stable):

git clone git://github.com/bkuhlmann/npm_setup.git
cd npm_setup
git checkout v0.4.0

Master Version (unstable):

git clone git://github.com/bkuhlmann/npm_setup.git
cd npm_setup

Usage

Edit the settings/packages.txt as you see fit. Blank lines and lines that begin with '#' will be ignored. Then open a terminal window to execute the following command:

./run.sh

Running the script will present the following options:

i: Install packages.
q: Quit/Exit.

Choose option 'i' to install.

The options prompt can be skipped by passing the desired option directly to the run.sh script. For example, executing "./run.sh i" will execute the install.

Versioning

Read Semantic Versioning for details. Briefly, it means:

  • Patch (x.y.Z) - Incremented for small, backwards compatible bug fixes.
  • Minor (x.Y.z) - Incremented for new, backwards compatible public API enhancements and/or bug fixes.
  • Major (X.y.z) - Incremented for any backwards incompatible public API changes.

Contributions

Read CONTRIBUTING for details.

Credits

Developed by Brooke Kuhlmann at Alchemists

License

Copyright (c) 2014 Alchemists. Read the LICENSE for details.

History

Read the CHANGELOG for details.

About

Shell scripts for the installation of commonly used NPM packages.

Resources

License

Contributing

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages