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

rstamp-cli

v0.0.8

Published

rstamp-cli is a Node.js command line tool that runs rstamp-generators.

Downloads

2

Readme

Build Status NPM version

Introduction

rstamp-cli is a Node.js command line tool that runs rstamp-generators.

Installation

Because rstamp-cli is a command-line interface it needs to be installed globally.

%> npm install rstamp-cli -g

By itself rstamp-cli doesn't really provide any useful tools. So, to be useful other rstamp-generators should also be installed. At the moment (9/23/2014) there are only a few npm packages for use with rstamp.

See these npm packages and how to install them. Typically these packages can be installed globally via npm rstamp-generator -g. However, you could also clone these generators to a directory of your choice and then run %> npm link inside that cloned directory.

The generator express-train-1 project, generates a Node Express, Handlebars, Angular, Nject, and Express-Train combination.

The gen-gen generator generates a new rstamp generator. That's a lot of words based on generate.

The new-npm generator will create a new npm package directory with the basics, for instance, a src/ tests/ directory, and license, package.json, .travis.yml files.

Usage

The command-line tool has the following interface:

  Usage: rstamp [option] <template-name> <args...>

  Options:

    -h, --help      output usage information
    -V, --version   output the version number
    -l, --list      List the available 'rstamp' templates.
    -i, --internal  List the dirs/ and variables used internally by rstamp.
    -g, --generate  Generate the project provided as argument to rstamp.

Running %> rstamp --list will show the list of templates on the system and their descriptions. The example below shows the few templates available as of (9/23/2014).

---------------------------------------------------------------------

Local 'rstamp' templates. Run with:

   %> rstamp -g template-name

----------------------------------------------------------------------

express-train-1

   Generates an Express Web App that uses Handlebars for the view
   engine and AngularJS for the front end framework.

gen-gen

   A rstamp template that generates a generator project.

new-npm

   A rstamp template that generates a new npm package with some basic
   defaults development dependencies.

License

See license file.

The use and distribution terms for this software are covered by the Eclipse Public License 1.0, which can be found in the file 'license' at the root of this distribution. By using this software in any fashion, you are agreeing to be bound by the terms of this license. You must not remove this notice, or any other, from this software.