The Future
A checklist of thoughts for the future of Odyn.
Changes
-
get:--commit -
get:--depth -
get:-- ...where...gets sourced togit clone -
get:sync-ing inside dependencies ifOdyn.lockexists inside it - fixing possible bugs
- adding bugs
-
update-self:--pre-releasequeries the latest release of Odyn regardless of stability -
update-self:--nightlyqueries the latest commit of Odyn
Additions
-
run: resolves toodin run src -collections:deps=odyn_depswheresrccould be.depending if it exists or not-
run: needs odin compiler though?
-
-
init:--migrate, adds anols.jsonentry fordeps, an emptyOdyn.lock, and an emptyodyn_deps/directory in an existing project. -
--version: why haven't this been added??? (update: it's added)-
--version: (optionally) platform-specific, (and maybe) install-method-specific message
-
Probably
-
odin [--version]: installs the odin compiler on your machine (probably not?) - caching, storing metadata of
getand duplicating local paths instead of cloning when metadata matches