You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
just getting this started, it might turn into a roadmap of sorts.
CLI
either consolidate base-cli-process and base-cli-schema (same with base-config-*), or consolidate the *-schema and *-process libs, if possible.
rename base-cli to base-commands or something, so we can use base-cli as an actual globally installed CLI. These libs are only being used internally atm, so this shouldn't be an issue if we do it soon.
API
simplify is method
remove assertPlugin
remove isRegistered
remove lazy
add code examples to the methods that @doowb added (.mixin,
The text was updated successfully, but these errors were encountered:
just getting this started, it might turn into a roadmap of sorts.
CLI
base-cli-process
andbase-cli-schema
(same withbase-config-*
), or consolidate the*-schema
and*-process
libs, if possible.base-cli
tobase-commands
or something, so we can usebase-cli
as an actual globally installed CLI. These libs are only being used internally atm, so this shouldn't be an issue if we do it soon.API
is
methodassertPlugin
removeisRegistered
lazy
.mixin
,The text was updated successfully, but these errors were encountered: