0.4.4 • Published 6 years ago
spm-client v0.4.4
spm-client
spm client api
Install
$ npm install spm-client -g
Usage
var client = require('spm-client');
// global configuration
client.config({
registry: 'http://registry.spmjs.io',
auth: '12345'
})
// install seajs
client.install({name: 'seajs'}, function(err) {
console.log(err);
});
// overwrite global config
client.install({name: 'seajs'}, {registry: 'http://your-registry'}, function(err) {
console.log(err);
});
API
config
Global configuration
- registry: registry url of yuan server
- global_registry: global registry, others are private
- proxy: an HTTP proxy, pass to request
- auth: the authKey that copied from spmjs accout page
- temp: the temp directory
login
Login spmjs.io, arguments below
- username: the username of registry
- authkey: the authKey that copied from spmjs accout page
install
Install a package, arguments below
- name: the package name, can also be name@version
- cwd: the dependencies of the package in the cwd will be installed, use it when name isn't specified
- destination: the directory that install to
- force: force download packages from registry, no cache
- save: save name to package.dependencies
- saveDev: save name to package.devDependencies
search
Search a package, arguments below
- name: search packages with your query name
info
Get package info, arguments below
- name: the package name
- version: the package version
publish
Publish a package, arguments below
- cwd: where is your package
- tag: publish with a given tag that you can install by name@tag, default is stable
- force: force publish when the package exists
unpublish
Unpublish a package, arguments below
- name: the package name
- version: the package version
LISENCE
Copyright (c) 2014 popomore. Licensed under the MIT license.
0.4.4
6 years ago
1.0.2
6 years ago
1.0.1
10 years ago
0.4.3
10 years ago
0.4.2
10 years ago
1.0.0
10 years ago
0.4.1
10 years ago
0.4.0
10 years ago
0.3.7
10 years ago
0.3.6
10 years ago
0.3.5
10 years ago
0.3.4
10 years ago
0.3.3
10 years ago
0.3.2
10 years ago
0.3.1
10 years ago
0.3.0
10 years ago
0.2.11
10 years ago
0.2.10
10 years ago
0.2.9
10 years ago
0.2.8
10 years ago
0.2.7
11 years ago
0.2.6
11 years ago
0.2.5
11 years ago
0.2.4
11 years ago
0.2.3
11 years ago
0.2.2
11 years ago
0.2.1
11 years ago
0.2.0
11 years ago
0.1.0
11 years ago