Static Package Manager
spm is a package manager, it is not build tools.
If you are looking for a build tool, you should use grunt, and some grunt tasks.
Some useful links of build:
Release
We have a regular release schedule:
- monthly release for big features or API changes
- weekly(maybe longer) release for small features and bug fix
- daily(maybe days) release in ninja channel
Stable Channel
Get the latest stable spm with:
$ npm install spm -g
Ninja Channel
Get the latest spm in ninja channel with:
$ npm install spm@ninja -g
Use ninja release at your own risk. This branch may contain experimental features, and it may break your heart.
Plugins
Contribute
Yes, please do contribute. But before this, you should read our Contributing Guide.
Changelog
To be decided 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