Finally a dendritic structure that will give me a way to builkd my
system in a logical and consistent way.
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"type": "module",
|
||||
"dependencies": {
|
||||
"cbmp": "^1.1.1"
|
||||
},
|
||||
"scripts": {
|
||||
"clean": "rm -rf bin bitmaps themes",
|
||||
"render": "npx cbmp render.json",
|
||||
"build": "bash build.sh",
|
||||
"generate": "npx cbmp render.json && bash build.sh"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user