npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

spm2

v2.2.8

Published

Static Package Manager

Downloads

1

Readme

Static Package Manager

NPM version


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 ):

  • https://github.com/spmjs/grunt-cmd-transport
  • https://github.com/spmjs/grunt-cmd-concat

Stable Channel

Get the latest stable spm with:

$ npm install [email protected] -g

Usage

$ spm help
$ spm install seajs
$ spm install jquery/jquery
$ spm install gallery/moment

You can find plenty of modules in spmjs.org, and documentation is here.

Plugins

  • https://github.com/spmjs/spm-build
  • https://github.com/spmjs/spm-deploy
  • https://github.com/spmjs/spm-init
  • https://github.com/spmjs/spm-status
  • https://github.com/spmjs/spm-doc

Contribute

Yes, please do contribute. But before this, you should read our Contributing Guide.

Changelog

Nov 27th, 2013 2.2.8

  • Add server config for spm install

Nov 27th, 2013 2.2.4

  • Show source url when publishing

Oct 28th, 2013 2.2.0

  • Verify package.name when publishing module
  • Support for --save and --save-dev arguments
  • Show latest version on spm info
  • Auto check update every month

Aug 14th, 2013 2.1.12

  • Support query argument for spm tree
  • Optimize prompt for network error

Aug 14th, 2013 2.1.11

  • Check the way to check sudoer
  • Update dependencies
  • Fix path.delimiter for windows #76

July 30th, 2013 2.1.10

  • Configure proxy
  • Install self
  • Add preinstall hook

July 22th, 2013 2.1.9

  • Update dependencies

July 16th, 2013 2.1.7

  • fix spm-install dont support uppercase filename bug

July 5th, 2013 2.1.6

  • add callback for spm.publish

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