Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

generator-stems

Package Overview
Dependencies
Maintainers
3
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

generator-stems

A Yeoman generator used to bootstrap Node.js micro-services

  • 1.1.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
3
Created
Source

Stems - Generator

A Yeoman generator used to bootstrap Node.js micro-services.

Install Yeoman

To install the Yeoman CLI, run:

npm install -g yo

Install the generator

To install Stems from npm, run:

npm install -g generator-stems

Run the generator

Finally, initiate the generator:

yo stems

Generator options

Currently these are the options and their implications:

  • Project Name
    • Used for display purposes in logging and comments
    • Converted to kebab-case, then used as the name field in package.json as well as the file path in Dockerfile
  • Description
    • Used as the description field in package.json
  • Version
    • Used as the version field in package.json
  • Repo URL
    • Used as the repository.url and homepage fields in package.json
    • Suffixed with /issues to form the bugs field in package.json
  • Author
    • Used as the author.name field in package.json
  • Author's Email
    • Used as the author.email field in package.json
  • Public App?
    • Sets up a Mongoose and Baucis based webapp with a default public config
  • Private App?
    • Sets up a Mongoose and Baucis based webapp with a default private config
  • Amazon SWF?
    • Sets up default directories and dependencies (like Usher) for Amazon SWF workflows, activities and deciders
  • MongoDB?
    • Sets up MongoDB access through Mongoose and default configurations
    • Already included with Public and Private apps
    • MongoDB is not included

Run tests

mocha

Keywords

FAQs

Package last updated on 25 Jan 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc