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

generator-bluemix-sample

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

generator-bluemix-sample

Yeoman generator

  • 1.0.2
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

Bluemix Sample App Generator

Yeoman generator for Bluemix sample application - lets you quickly set up a Cloud Foundry sample app with proper formatting and necessary files.

Usage

Install the Yeoman scaffolding tool yo:

npm install -g yo

Install the generator-bluemix-sample generator:

npm install -g generator-bluemix-sample

Make a new director and cd into it:

mkdir my-new-project && cd $_

Run yo bluemix sample to initiate the generator:

yo bluemix-sample

Inputs

The generator will ask you for several inputs while creating the scaffolding of your project. They are as follows:

  • App Name - The name you want to give your Bluemix app.
  • Host Name - The subdomain where your app can be reached. This value must be unique to the mybluemix.net domain.
  • Memory - The amount of memory to be allocated for a single instance of your app.
  • Runtime - Essentially, the language of your app.
  • License - The IBM supported licenses for open-sourcing your sample app.
  • Type - Each Bluemix sample app should fall into one of the four following types:
    • Hello World
    • Sample App
    • Demo
    • Reference Architecture App

License

Apache 2.0

Keywords

FAQs

Package last updated on 14 Sep 2015

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