Static Package Manager
spm is a package manager, it is not build tools.
If you are looking for a build tool, Grunt(gruntjs.com - http://gruntjs.com) will be a good choice.
Useful links for building seajs project(seajs.org - http://seajs.org, and it's github address - https://github.com/seajs/seajs):
Stable Channel
Get the latest stable spm with:
$ npm install spm -g
Plugins
Contribute
Yes, please do contribute. But before this, you should read our Contributing Guide.
Changelog
June 25th, 2013 2.1.4
- callback error when install
June 24th, 2013 2.1.3
- Show more information on
spm info
- Publish doc with version
June 5th, 2013 2.1.2
- Bugfix for installation
- API for configuration of installation
May 6th, 2013 2.1.1
- Various bugfixed
- Add quiet option for spm info
- Fix NODE PATH on windows
April 22nd, 2013 2.1.0
- Remove spm-build, spm focus on package management.
- spm can invoke tasks in gruntfile.
- various bugfix.
April 9th, 2013 2.0.3
- Fix spm-tree, pretty log on conflict dependencies
- Install global with
spm install -g
April 3rd, 2013 2.0.2
- Fix publish docs #17
- Friendly notification when 401
April 2st, 2013 2.0.1
- Parsing dependencies from alias #13
- Fix customized installation of non-cmd module
- Fix installation of devAlias and engines
April 1st, 2013 2.0.0
First version of spm with:
- tree
- info
- search
- install
- login
- publish
- unpublish