0.0.28 • Published 5 years ago

@spring-global/mseries-bootstrap v0.0.28

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

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.
0.0.27

5 years ago

0.0.28

5 years ago

0.0.23

5 years ago

0.0.25

5 years ago

0.0.22

5 years ago

0.0.20

5 years ago

0.0.21

5 years ago

0.0.18

5 years ago

0.0.19

5 years ago

0.0.17

5 years ago

0.0.14

5 years ago

0.0.15

5 years ago

0.0.16

5 years ago

0.0.13

5 years ago

0.0.2

5 years ago

0.0.12

5 years ago

0.0.9

5 years ago

0.0.8

5 years ago

0.0.7

5 years ago

0.0.6

5 years ago

0.0.1

5 years ago