0.0.28 • Published 4 years ago

@spring-global/mseries-bootstrap v0.0.28

Weekly downloads
21
License
-
Repository
-
Last release
4 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

4 years ago

0.0.28

4 years ago

0.0.23

4 years ago

0.0.25

4 years ago

0.0.22

4 years ago

0.0.20

4 years ago

0.0.21

4 years ago

0.0.18

4 years ago

0.0.19

4 years ago

0.0.17

4 years ago

0.0.14

4 years ago

0.0.15

4 years ago

0.0.16

4 years ago

0.0.13

4 years ago

0.0.2

4 years ago

0.0.12

4 years ago

0.0.9

4 years ago

0.0.8

4 years ago

0.0.7

4 years ago

0.0.6

4 years ago

0.0.1

4 years ago