@spring-global/mseries-bootstrap

0.0.28 • Public • Published

mseries-bootstrap

mseries-bootstrap provides a quick way to setup the development environment for both product and project react app.


Installation

$ npm i @spring-global/mseries-bootstrap -g --save-dev

Configuring for development in a product branch:

$ npx mseries-bootstrap

Configuring for development in a project branch:

Adjust the property "product.version" or "product.feature" in the extension package in "...\mseries-bootstrap\extension-packages\extension-package.json" and run:

$ npx mseries-bootstrap

Examples

   

Using the latest product version:

{
    "name": "custom_app",
    "version": "0.0.1",
    "product": {
        "version": "@latest"
    }
}

Using a specific product version:

{
    "name": "custom_app",
    "version": "0.0.1",
    "product": {
        "version": "7.84.0"
    }
}

Using an unreleased "feature" version:

{
    "name": "custom_app",
    "version": "0.0.1",
    "product": {
        "feature": "FeatureName",
    }
}

Remarks

  • If both "version" and "feature" are specified, the "feature" version will be used.
  • If none "version" or "feature" are specified, the latest product version will be used.

Readme

Keywords

none

Package Sidebar

Install

npm i @spring-global/mseries-bootstrap

Weekly Downloads

7

Version

0.0.28

License

none

Unpacked Size

14.4 kB

Total Files

3

Last publish

Collaborators

  • stephenknupfer_spring
  • ctersariolli
  • kpires
  • springglobal
  • fconselo
  • garteaga
  • adailton