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

nslogin-cli

v0.1.5

Published

CLI for logging into and restoring NationStates nations

Downloads

13

Readme

nslogin-cli

npm version

nslogin-cli is a free and open source command line tool that allows you to automatically log into and semi-automatically restore NationStates nations. This is useful to maintain a large number of puppet nations by preventing them from ceasing to exist or easily restoring them if they have ceased to exist.

nslogin-cli features the following:

  • loading nation names and passwords from a CSV file
  • option to automatically log into those nations
  • option to semi-automatically (prompting for each nation) restore those nations

Usage

You can install nslogin-cli as a global command line tool using npm: npm -g install nslogin-cli. This installs the tool with the name nslogin.

You can also build nslogin-cli from source using Gulp. There are two main targets: prod and dev. The only difference between them is that dev includes source maps. There is also a docs target to generate documentation.

The following is the output of nslogin --help:

usage: nslogin [-h] [-v] [--mode MODE] [--encoding ENCODING] [--verbose]
               userAgent path

CLI for logging into and restoring NationStates nations.

Positional arguments:
  userAgent            A string identifying you to the NationStates API.
                       Using the name of your main nation is recommended.
  path                 The path to a CSV file listing nations and their
                       associated passwords in the form 'nation,password',
                       one per line. Each nation in the list will be logged
                       into or restored, depending on the mode.

Optional arguments:
  -h, --help           Show this help message and exit.
  -v, --version        Show program's version number and exit.
  --mode MODE          Whether to log into nations, restore nations, or
                       automatically log into or restore nations depending on
                       whether they exist. The valid options are 'login',
                       'restore', and 'auto'. Defaults to 'auto'.
  --encoding ENCODING  The encoding of the CSV file. Required by the Node.js
                       file system API. Defaults to 'utf8'.
  --verbose            Show detailed error output. This is disabled by
                       default.

License

nslogin-cli is licensed under the Apache License 2.0.