envsure

<h1 align="center">{dev} en(v)sure packages are installed 👋</h1> <p> <img alt="Version" src="https://img.shields.io/badge/version-0.1.0-blue.svg?cacheSeconds=2592000" /> </p>

Usage no npm install needed!

<script type="module">
  import envsure from 'https://cdn.skypack.dev/envsure';
</script>

README

{dev} en(v)sure packages are installed 👋

Version

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