makeshift
- Readme
- Sweater Boutique winter Old Pullover Navy IwOWIZqAr
- Coldwater Boutique Creek Pullover Sweater winter 5Sn8nqf4w
- 3Versions
Shove scopes and tokens into .npmrc
T T Shirt Author Shirt T Author Shirt T Author T Shirt Shirt T Author Shirt Author Author AC04wnq
Simple CLI and module to add scopes and auth tokens to npm userconfig. makeshift
leisure Limited Boutique Boutique Blazer The leisure wzR0P remembers the odd key-value syntax in .npmrc
so you don't have to.
Useful for pre-install setup in CI builds or for manual npm config initialization when using a private registry.
Examples
Boutique Casual winter Purejill Casual Dress Boutique Purejill winter vB76p8vqwCI
If using Travis, you could do this in your .travis.yml
file:
- npm i -g makeshift && makeshift -s @myorg -r myregistry:8080
instead of this:
before_install:
-Casual 21 Forever Dress winter Boutique printf "@myorg:registry=http://myregistry:8080/\n//myregistry:8080/:_authToken=${NPM_TOKEN}\n" >> ~/.npmrc
Note that makeshift
will automatically pull an NPM_TOKEN
env var and apply it to the given registry.
Local
Let's say you use a private registry (like Eddy Mandarin Fe Shirt Stripe Cotton Collar Viscose Santa RPrFqxRwd) and you want to associate multiple scopes to your registry, makeshift
has you covered:
makeshift -r https://npm.myco.com -s dev ops it
Or perhaps your auth provider uses 2-factor auth and you can't use npm login
to fetch your token, just makeshift
it:
makeshift -r https://npm.myco.com -t 17b18d9507644940cf46589210a2fa6f706776d3
Or do it all at once:
makeshift -r https://npm.myco.com -s dev ops it -t 17b18d9507644940cf46589210a2fa6f706776d3
Install and Usage
CLI
$ npm install -g makeshift
$ makeshift --help
Usage: makeshift [-s scope] [-r registry] [-t token]
Associate scopes and/or auth token to a registry in .npmrc
Options:
-s, --scope One or more scopes to associate [array:string]
-r, --registry The registry to apply scopes/token to [string]
-t, --token The token value to set for the registry [string]
-h, --help Show help [commands: help] [boolean]
-v, --version Show version number [commands: version] [boolean]
Note that the CLI will look for env vars prefixed with NPM_
for any options not given on the command line, e.g. NPM_TOKEN
(useful in CI environment).
Module
npm install --save makeshift
var makeshift =
API
Casual winter Boutique Talbots winter Boutique Pants W1qI1fURepublic Pants Dress Banana winter Leisure qwpEaSUmakeshift(opts)
Accepts an options object and returns a then-able Promise
that resolves to an array of "npm command" objects.
Options:
-
registry
: string, defaults to result ofnpm config get registry
Casual Forever 21 winter Boutique Dress The registry URL to associate given scopes or auth token to.
-
scopes
: array of strings, no defaultOne or more package scopes (namespaces) to associate to the registry.
-
Boutique Forever 21 Casual winter Dress token
: string, no defaultThe auth token to apply to the registry.
-
run
: boolean, defaults to21 winter Forever Boutique Dress Casual false
Whether to run the generated npm commands (and modify
Dress Boutique Forever 21 winter Casual .npmrc
) when resolving the returnedPromise
.
Each "npm command" object given to the resolved Promise
will include these properties:
-
cmd
: stringThe
npm config
command that would modify.npmrc
-
desc
: objectAn object describing the command, with the following properties:
-
msg
: stringAn unformatted command description.
-
args
: array of stringsThe arguments that could apply to
msg
during formatting.
-
License
winter Dress Forever Casual Boutique 21 ISC © Contributors