@goldinteractive/cli
v0.0.0-alpha.5
Published
Cli to ease project setup and maintenance
Downloads
9
Keywords
Readme
FE CLI
Cli to ease project setup and maintenance
WIP
CLI
with optional custom working directory
setup sm
build-manifest
Structure
.goldclirc
{
"registry": "https://github.com/bliblablub"
}
Registry:
{
"sm": {
name: 'sackmesser',
url: 'https://github.com/Goldinteractive/Sackmesser/archive/release.zip',
auth: 'none'
},
"bp": {
name: 'blueprint',
url: 'https://bitbucket.org/goldinteractive/craft-blueprint/get/master.zip',
auth: 'basic'
},
"em": {
...
}
}
Manifest:
{
extends: ["sm", "bp", "em"]
}
Copy
{
// exclusive
"whitelist" | "blacklist": ["globs"],
//
"preserve": ["globs"]
}
Merge
{
"snippets": {
"frontend/js/main.js": {
"import": "import xyz from 'test';"
}
}
}
Dependencies
Read and parse package.json, extend where required