Skip to content

julesbarr/simplelink

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SIMPLELINK

CLI tool for automatically link bower_packages or node_modules, this library will:

  • Look for the package URL for you.
  • Clone the repo in the folder you have specified.
  • Link in the package manager that you have specified.

Usage

Usage: simplelink [options]

Options:

-h, --help          output usage information
-p, --path [route]  Specifies a path where the packages should be storage
-b, --bower         Simplelink the package in bower_components
-n, --npm           Simplelink the package in node_modules
  1. Run simplelink -p <path> to specify where the packages should be stored.
  2. Run simplelink -b/n <packageName> to link a package.

Installation

  • Install Node.js and npm
  • Run npm install -g simplelink
  • Run simplelink --help

Path configuration

Before start using it, configure the path where the packages will be stores

  • Run simplelink -p <path>

About

Command line utility to test your bower_packages or node_modules locally

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published