feat: gettin there

This commit is contained in:
Karan Sharma 2020-12-10 15:09:05 +05:30
parent f888bd220f
commit df306e18a9
11 changed files with 181 additions and 24 deletions

31
TODO.md Normal file
View file

@ -0,0 +1,31 @@
# doggo - v1.0 Milestone
## Resolver
- [ ] Create a DNS Resolver struct
- [ ] Add methods to initialise the config, set defaults
- [ ] Add a resolve method
- [ ] Make it separate from Hub
## CLI Features
- [ ] `digfile`
- [ ] `ndots` support
- [ ] `search path` support
- [ ] JSON output
- [ ] Colorized output
- [ ] Table output
## CLI Grunt
- [ ] Query args
- [ ] Neatly package them to load args in different functions
- [ ] Upper case is not mandatory for query type/classes
## Tests
## Documentation
## Release Checklist
- [ ] Add packages to all package managers
- [ ] Snap
- [ ] Homebrew
- [ ] Alpine Linux
- [ ] ARM support too