Skip to content

Commit

Permalink
improving docs and experimenting with np package
Browse files Browse the repository at this point in the history
  • Loading branch information
matt123miller committed Oct 19, 2020
1 parent e862e97 commit 92b7c35
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
# CANIUSE-BOT
# caniuse-bot

A monorepo for a simple but useful set of tools for interacting with the [Can I Use](https://caniuse.com/) data.

- [The core]('./core/README.md') :rocket:
- [The cli]('./cli/README.md') :computer:
- [Slack....one day]('./cli/README.md') :watch:

## TODO

Take a look at my [TODO list](./TODO) which is powered by the
Expand Down
4 changes: 3 additions & 1 deletion TODO
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# NPM details
✔ Make this a monorepo for the core, cli wrapper and subsequent wrappers @done(20-10-19 22:02)
✔ Restructure the folders and all that. @done(20-10-19 22:02)
☐ Publish some sort of squatting npm package
✘ Publish some sort of squatting npm package @cancelled(20-10-19 23:12)
✔ Publish a real package with a license and proper files included and all that @done(20-10-19 23:13)
☐ Investigate a publish and tag strategy

# Core
✔ Make a proper d.ts file like a real project @done(20-10-19 22:02)
Expand Down

0 comments on commit 92b7c35

Please sign in to comment.