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 🙏

© 2026 – Pkg Stats / Ryan Hefner

jams

v7.3.90

Published

JAMS Cross-Platform Client

Readme

The JAMS Cross-Platform Client provides access to the JAMS Scheduler from multiple platforms. It allows users to execute JAMS commands via scripting and the command line by leveraging the JAMS REST API.

JAMS automates IT tasks that businesses need to run on a regular basis and with a high degree of certainty. It provides them with a single user interface through which they can manage, execute and monitor batch processes – regardless of the server or platform on which those processes run.

For more information on JAMS Scheduler and how it can help your business, please contact MVP Systems Software at (800) 261-5267 or [email protected].

For a 30 day functional trial, please visit http://www.jamsscheduler.com/product-download.

USAGE - jams [optional action] [command] [parameters]

OPTIONS
-h, --help                 Output usage information
-V, --version           Output the version number
-v, --verbose          Display Verbose information
-r, --server <url>  Override default JAMS server with defined location

LOGIN  -  Connect to the JAMS Scheduler
  Usage: jams login -u <username> -p <password>
  Example: jams login -u testuser -p password123

LOGOUT  -  Disconnect from the JAMS Scheduler
  Usage: jams logout

SUBMIT  -  Submit a Job to the JAMS Scheduler
  Usage: jams submit -n <job name> [-d <date>] [-t <time>] [-q <batch queue>] [-a <agent node>] [-p <priority>] [-o] [-e <overridename>] [-u <username>]   Examples: jams submit -n \Samples\Test123
                           jams submit -n \Samples\Test123 -s 12/11/2016 -t "03:50:00 PM" -q "queueABC" -a "node123" -p 1 -o

ENTRY  -  Display or Manage JAMS Job Entries
  Usage: jams get|hold|release entry [-i <entry id>] [-a <audit comment>]
  Examples: jams get entry -i 12345
                           jams hold entry -i 12345
                           jams release entry -i 12345 -a "Sample Comment"

PARAMETER  -  Display or Manage JAMS Entry Parameters
  Usage: jams get|set parameter* [-i <entry id>] [-n <parameter name>] [-s <*parameter value>]
  Examples: jams get parameter -i 12345
                           jams get parameter -i 12345 -n JAMSTraceLevel
                           jams set parameter -i 12345 -n JAMSTraceLevel -s "On"

VARIABLE  -  Display or Manage JAMS Variables
  Usage: jams get|set variable [-n <name>] [-s <value>]
  Examples: jams get variable
                           jams get variable -n testvalue
                           jams get variable -n testvalue -s testABC

ADMIN  -  View or Modify JAMS Client Settings
  Usage: jams get|set admin [-n <name>] [-s <value>]
  Examples: jams get admin
                           jams get admin -n server
                           jams set admin -n server -s http://localhost:62405/api

Copyright © 2015 MVP Systems Software, Inc.