Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 1.25 KB

TODO.md

File metadata and controls

26 lines (18 loc) · 1.25 KB

TODO

This file used to track TODO list (when don't have access to internet)

at15

Applications

  • git should be able to clone public repo in github and private repo in self hosted gitlab
  • git should have git.hosts config in .ayi.yml parsed by order, but golang map does not have order. (@gaocegege has met this before) -> use array instead
  • viper does not support array of map[string]interface{}, need to use spf13/cast to convert, which is also used by viper. see git/config_test.go TestReadConfig for detail

Commands

  • install and update should detect package manager like npm, composer

Util