0.4.4 • Published 8 months ago
@beecode/msh-base-frame v0.4.4
msh-base-frame
Install
npm i -g @beecode/msh-base-frame
Usage
Follow instruction inside template repo (STARTER_INSTRUCTIONS.md)
STARTER_INSTRUCTIONS.md example:
# Template file `.base-frame`
//json
{
"template": {
"projectName": "msh-project",
"gitTeam": "beecode-rs",
"npmPackagePrefix": "@beecode/"
},
"gitZipUrl": "https://github.com/beecode-rs/ts-lib-starter/archive/refs/heads/main.zip"
}Create a folder for your project (my-new-project)
Create .base-frame file in project folder
my-new-project/
└── .base-frameAnd replace template data with your data
{
"template": {
"projectName": "my-new-project",
"gitTeam": "awesome-team",
"npmPackagePrefix": "@awesome-team/"
},
"gitZipUrl": "https://github.com/beecode-rs/ts-lib-starter/archive/refs/heads/main.zip"
}Then execute command from the project root
$> msh-baseUsing private temp repo (Github only)
If you have a private repo you will need to generate Person Access Token and place it in .base-frame.user.json located in your
users home dir (~/.base-frame.user.json)
{
"githubPersonAccessToken": "ghp_JiZ#################################"
}0.4.4
8 months ago
0.4.1
8 months ago
0.4.3
8 months ago
0.4.2
8 months ago
0.4.0
2 years ago
0.3.5
2 years ago
0.3.2
2 years ago
0.3.3
2 years ago
0.3.1-alpha
2 years ago
0.3.0-alpha
3 years ago
0.2.3-alpha
4 years ago
0.2.2-alpha
4 years ago
0.2.1-alpha
4 years ago
1.2.0-alpha
4 years ago
1.1.0-alpha
4 years ago
1.0.0-alpha
4 years ago
