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 🙏

© 2025 – Pkg Stats / Ryan Hefner

@itentialopensource/spar

v2.1.0

Published

Command line tool to create Kubernetes manifests

Downloads

11

Readme

Photo by Jason D on Unsplash

Spar (Iceland Spar - Sunstone)

Overview

spar is a guided CLI an dpipeline plugin to generate kubernetes manifests utilizing kustomize.

spar has two modes:

  • Automated - as a pipeline plugin, spar uses the environment and surrounding resources to populate the manifests directory when one is not present.
  • Guided CLI - the guided CLI provides a set of questions that dynamically generates the manifests directory populated with the corresponding kubernetes resources in YAML.

Kubernetes' 1.14 release, introduced kustomize into kubectl as the choice for kubernetes object management. spar aims to ease the migration path to the use of kustomize by supplying what we consider to be the minimum viable YAML to get started.

Automated

We see users coming to spar from 3 upgrade paths:

| Start | Upgrade Path | Result | | :--------------------------------| :-------------------------------------------| :------------------------------------- | | No manifests | create manifests and kustomization.yml | manifests + kustomization file | | Manifests without kustomize | create kustomization.yml based on manifests | manifests + kustomization file | | Full implementation of kustomize | verify and suggest improvements | suggestions for kustomize improvements |

Automated - similarly, when spar is run in an automated mode, a deployment, service, and kustomization file are created however spar takes care to look at the application's filesystem and attempt to intelligently populate the YAML such that it can be deployed by Argo and kubernetes_deploy

| Variables | Example Value | Description | | :------------------ | :-------------------------------------------- | :------------------------------------- | | ARGO_APP_NAME | hello-app | Application name seperated with hyphen | | ARGO_APP_PORT | 8080 | Application Running Port | | ARGO_APP_REGISTRY | registry.gitlab.com/itentialopensource/spar | Location of application image |

Guided CLI

In the current release the Guided CLI only handles the "First Time Create" path, and therefore will dutifully exit if a manifests directory exists.

an available cluster and authentication are assumed by the above

spar partners best in a development pipeline with argo

Installation

spar is packaged as an npm module and is available on the public npm registry at:

npm install -g @itentialopensource/spar

Usage

Automated

Integrated with argo and enabled when kubernetes_deploy is used.

Guided CLI

spar create

License & Maintainers

Maintained by

Itential Cloud Team

License

Apache 2.0

Icelandic Sunstone/Spar

[An integrated] command line tool to build Kubernetes manifests

It has been speculated that the sunstone (Old Norse: sólarsteinn, a different mineral from the gem-quality sunstone) mentioned in medieval Icelandic texts was Iceland spar, and that Vikings used its light-polarizing property to tell the direction of the sun on cloudy days for navigational purposes.

wikipedia