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
Draft command list for commands that will run timi code:
timi help ; also `timi -h` and `timi --help`
timi config [show]
timi db init <filename>
timi project create <name>
timi task create <project name> <task name>
Each of the above commands should also support -h or --help at the end
Commands that will be lein aliases:
timi deps tree ; alias for `lein deps :tree`
timi deps check ; alias for `lein with-profile +test ancient check all`
timi lint ; alias for `lein with-profile +test kibit`
Use https://github.com/clojure/tools.cli and the docstring extraction functions in https://github.com/clojusc/trifl.
Tasks (each of these should get their own ticket):
for use by scripts/automation tools- will update in the future, as neededfor use by build matrices that need scripts to respect ENV variables- will update in the future, as neededproject.clj
file aliasesThe text was updated successfully, but these errors were encountered: