0.1.0 • Published 5 years ago

envsure v0.1.0

Weekly downloads
-
License
MIT
Repository
-
Last release
5 years ago

the unusual package installer addon

Install

npm install -g envsure

Usage

envsure.json: Create this file in your project-root

{
  "version": 1,
  "storybook": {
    "@storybook/addon-actions": "5.1.9",
    "@storybook/addon-knobs": "5.1.11",
    "@storybook/addon-links": "5.1.9",
    "@storybook/addon-notes": "5.1.9",
    "@storybook/addons": "5.1.9",
    "@storybook/angular": "5.1.9",
    "@storybook/theming": "5.1.11"
  }
}

If globally installed:

envsure {name}

or

npx envsure {name}

This README was generated with ❤️ by readme-md-generator