How to Install spritesmith NPM Packages on Ubuntu / Debian

How to Install spritesmith software package in NPM Packages

spritesmith : Utility that takes images and creates a spritesheet with JSON sprite data. You can installing spritesmith npm packages, there are two ways to install this module locally and globaly. -g option is specified to global. Execute the below command.

$ sudo npm install spritesmith
$ sudo npm install -g spritesmith

If want to update the spritesmith package execute the command as below,

$ sudo npm update spritesmith

Update package globally,

$ npm install -g spritesmith

Git clone:

$ sudo  git clone https://github.com/rektide/spritesmith.git
$ sudo  npm install -g ./spritesmith

spritesmith@3.2.1 /usr/lib/node_modules/spritesmith

How to remove spritesmith package :

You can uninstall or remove this package from your node_modules run the command as below,

$ sudo npm uninstall spritesmith

Basic Information of spritesmith NPM Package:

Package Name spritesmith
Version 3.2.1
Description Utility that takes images and creates a spritesheet with JSON sprite data
Released Date 2017-11-10T09:45:41.186Z
Published by twolfson
How to Learn https://www.npmjs.com/package/spritesmith/tutorial