Skip to content

Commit

Permalink
docs: remove known plans from readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Vehmloewff committed Sep 15, 2023
1 parent 9e1f6eb commit 85d4a56
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,30 +20,6 @@ imported from `mod.unstable.ts`
tests. Any contributions in this spectrum would be greatly appreciated.
- Module and doc comments need to be used more heavily

## Future Plans

- [x] (`sh`) add support for line-mapping stdout and stderr streams
- [ ] (`sh`) add functions to easily start a deno process
- [ ] Add a lot of testing utilities, such as `TestServer`
- [ ] Add JSON utils, such as the ability to parse something to unknown and then safely get it peicemeal
- [ ] Add cbor utils, with same json safety
- [ ] Add http client utilities
- [ ] Add number formatting utils, such as `formatLargeNumber`
- [ ] Resurrect `logger` as a `console` interceptor and throttle
- [ ] Add GIT functions that get the current branch, create a release, etc
- [ ] Add environment detection
- [ ] Add a modular bundler bundling code (maybe `jikno/rumble` without the html?)
- [ ] Add functions that deploy a project to Deno Deploy, EC2, etc.
- [ ] Add a process daemon that will keep processes running
- [ ] Add a functions to backup a particular application's storage
- [ ] Add functions to make downloading/unzipping files easier
- [ ] Add functions to run builtin deno lint, deno test, and deno bench
- [x] test
- [x] fmt
- [x] lint
- [ ] bench
- [ ] Stabilize it all

## Can I Contribute?

Hell yeah
Expand Down

0 comments on commit 85d4a56

Please sign in to comment.