0.0.28 • Published 6 years ago
@spring-global/mseries-bootstrap v0.0.28
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-devConfiguring for development in a product branch:
$ npx mseries-bootstrapConfiguring 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-bootstrapExamples
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
6 years ago
0.0.28
6 years ago
0.0.23
6 years ago
0.0.25
6 years ago
0.0.22
6 years ago
0.0.20
6 years ago
0.0.21
6 years ago
0.0.18
6 years ago
0.0.19
6 years ago
0.0.17
6 years ago
0.0.14
6 years ago
0.0.15
6 years ago
0.0.16
6 years ago
0.0.13
6 years ago
0.0.2
6 years ago
0.0.12
6 years ago
0.0.9
6 years ago
0.0.8
6 years ago
0.0.7
6 years ago
0.0.6
6 years ago
0.0.1
6 years ago