frame-cli 0.3.0

CLI for Frame — five intention-verbs over one application: frame new scaffolds it, frame run serves it, frame test proves it (real browser included), frame check verifies it statically, frame doctor walks the prerequisites
Documentation
1
2
3
4
5
6
7
8
/target
/.frame
component/build
page/node_modules
# page/dist is the page's servable root, not a throwaway build output: the
# scaffold-authored index.html, styles.css, and vendor/ live there and stay
# tracked. Only the modules `tsc` compiles from page/src are ignored.
page/dist/*.js