bootme-projectx
Advanced tools
Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "bootme-projectx", | ||
"version": "0.0.1", | ||
"description": "Example of how to pack a Bootme config as a NPM package.", | ||
"version": "0.0.2", | ||
"description": "Example of how to share a JSON pipeline definition", | ||
"main": "index.js", | ||
@@ -9,2 +9,7 @@ "scripts": { | ||
}, | ||
"keywords": [ | ||
"bootme", | ||
"example", | ||
"template" | ||
], | ||
"repository": { | ||
@@ -21,5 +26,8 @@ "type": "git", | ||
"dependencies": { | ||
"bootme-request": "^0.0.15", | ||
"bootme-temp": "^0.0.5" | ||
"bootme-request": "^0.0.16", | ||
"bootme-temp": "^0.0.6" | ||
}, | ||
"devDependencies": { | ||
"tap": "^10.7.3" | ||
} | ||
} |
# bootme-projectx | ||
Example of how to load the JSON pipeline definition from a NPM package. | ||
Example of how to share a JSON pipeline definition | ||
## Usage | ||
``` | ||
@@ -9,5 +11,5 @@ npm i bootme-projectx | ||
``` | ||
or without to install any packages | ||
or without to install any packages in one command | ||
``` | ||
npx -p bootme-projectx -- bootme -t bootme-projectx | ||
npx -p bootme-projectx -- bootme-cli -t bootme-projectx | ||
``` |
1369
15
1
+ Addedbootme@0.0.19(transitive)
+ Addedbootme-request@0.0.16(transitive)
+ Addedbootme-temp@0.0.6(transitive)
- Removedbootme@0.0.18(transitive)
- Removedbootme-request@0.0.15(transitive)
- Removedbootme-temp@0.0.5(transitive)
Updatedbootme-request@^0.0.16
Updatedbootme-temp@^0.0.6