From 92b7c35f50ab363d1a36d447072fdd8d4a67736d Mon Sep 17 00:00:00 2001 From: Matt Miller Date: Mon, 19 Oct 2020 23:19:42 +0100 Subject: [PATCH] improving docs and experimenting with np package --- README.md | 6 +++++- TODO | 4 +++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index eadf2d1..d088242 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/TODO b/TODO index 9b28266..a53373c 100644 --- a/TODO +++ b/TODO @@ -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)