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

mojito-cli-dimension

Package Overview
Dependencies
Maintainers
4
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mojito-cli-dimension

Provides 'dimension' mojito-cli command for creating dimensions 'super-bundle' packages.

  • 0.0.3
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
Maintainers
4
Weekly downloads
 
Created
Source

mojito-cli-dimension

Build Status

Build Status

Usage

Provides dimension mojito-cli command for creating dimensions super-bundle packages.

Install

npm install mojito-cli-dimension -g

Usage

$ mojito help dimension

    Usage: mojito dimension [options] [create|value] [name] [dir]

      create    Creates a new dimensions super-bundle package

      value     Creates a new dimension value dir in
                an existing super-bundle package.

    Options:
      --prefix  Package name prefix (default: mojito-dimensions)

    Examples:
      To create an experiments dimension package:
        mojito dimension create experiment_foo
        # creates package mojito-dimensions-experiment_foo

      To create a package on a different dir:
        mojito dimension create experiment_foo /path/to/pkg
        # creates package /path/to/pkg/mojito-dimensions-experiment_foo

      To create a dimension value:
        cd mojito-dimensions-experiment_foo
        mojito dimension value EXP001
        # initializes experiment at mojito-dimensions-experiment_foo/EXP001

      Use a different package prefix:
        mojito dimension --prefix=my-dimensions create experiment_foo
        # creates package my-dimensions-experiment_foo

See: mojito-dimensions-base

FAQs

Package last updated on 24 Mar 2014

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