1.0.2 • Published 7 years ago

simplelink v1.0.2

Weekly downloads
4
License
ISC
Repository
github
Last release
7 years ago

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>
1.0.2

7 years ago

1.0.1

7 years ago

1.4.0

7 years ago

1.3.0

7 years ago

1.2.0

7 years ago

1.1.0

7 years ago

1.0.0

7 years ago