0.8.0 • Published 4 years ago
@adalov/cli v0.8.0
Adalov CLI
CLI tool for Adalov projects.
This is an MVP under active development. Is not recommended to use this framework on production-level
TODO List:
- On config Schema, add patterns to validate that
hostvalue is valid (should be either localhost, IPv4, IPv6 or a web domain). - Re-implement
versioncommand. - There is a lot of things to improve on
src/context.ts@createProjectContextand related functions... - Replace the use of
spawn + npx tscby a solution implementing Typescript compiler API.