git commit -m "feat: initial release of Strata framework v0.1.0
- Static compiler with STRC pattern (Static Template Resolution with
Compartmentalized Layers)
- Template syntax: { } interpolation, { s-for }, { s-if/s-elif/s-else
}
- File types: .strata, .compiler.sts, .service.sts, .api.sts, .sts,
.scss
- CLI tools: strata dev, strata build, strata g (generators)
- create-strata scaffolding CLI with Pokemon API example
- Dev server with WebSocket HMR (Hot Module Replacement)
- Documentation: README, ARCHITECTURE, CHANGELOG, CONTRIBUTING,
LICENSE
This commit is contained in:
1124
cli/create-strata/index.js
Normal file
1124
cli/create-strata/index.js
Normal file
File diff suppressed because it is too large
Load Diff
23
cli/create-strata/package.json
Normal file
23
cli/create-strata/package.json
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"name": "create-strata",
|
||||
"version": "0.1.0",
|
||||
"description": "Create a new Strata project",
|
||||
"bin": {
|
||||
"create-strata": "./index.js"
|
||||
},
|
||||
"files": [
|
||||
"index.js",
|
||||
"templates"
|
||||
],
|
||||
"scripts": {
|
||||
"test": "node index.js --help"
|
||||
},
|
||||
"keywords": [
|
||||
"strata",
|
||||
"create",
|
||||
"scaffold",
|
||||
"cli"
|
||||
],
|
||||
"author": "Strata Team",
|
||||
"license": "MIT"
|
||||
}
|
||||
Reference in New Issue
Block a user