diff --git a/README.md b/README.md index ccd0746..4ee9db1 100644 --- a/README.md +++ b/README.md @@ -4,20 +4,24 @@ [![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/) [![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release) ![CI](https://github.com/trumbitta/nx-trumbitta/workflows/CI/badge.svg?event=push) + + [![All Contributors](https://img.shields.io/badge/all_contributors-2-orange.svg?style=flat-square)](#contributors-) - + ## 🧐 What is it? At the moment of writing, it's been ~2 years since I started using [Nx](https://github.com/nrwl/nx) and it's been so great an experience I now use Nx for everything I can. So this is an attempt to start collecting all of my relevant Open Source work in a mono-repo. -For now, this means only one project: - - - 🤖 [@trumbitta/nx-plugin-openapi](packages/nx-plugin-openapi/README.md) -Keep your API spec files in libs, and auto-generate sources +- 🤖 [@trumbitta/nx-plugin-openapi](packages/nx-plugin-openapi/README.md) + Keep your API spec files in libs, and auto-generate sources +- 🧽 [@trumbitta/nx-plugin-unused-deps](packages/nx-plugin-unused-deps/README.md) + Check the dependency graph of your monorepo, looking for unused NPM packages +- 🍊 [open-in-gitpod](packages/open-in-gitpod/README.md) + Open the current repository in Gitpod ## Contributors ✨ diff --git a/packages/open-in-gitpod/README.md b/packages/open-in-gitpod/README.md index a9124af..d556308 100644 --- a/packages/open-in-gitpod/README.md +++ b/packages/open-in-gitpod/README.md @@ -7,7 +7,7 @@ Open the current repository in Gitpod. ## 🧐 What is it? -It's a simple command line utility to open a repository you are working on, on Gitpod. +It's a simple command line utility to open a local repository you are working on, in Gitpod. ## 🧰 Usage @@ -15,5 +15,5 @@ It's a simple command line utility to open a repository you are working on, on G # Inside a local repository that exists online. # E.g. https://github.com/trumbitta/nx-trumbitta -npx open-in-gitpodd +npx open-in-gitpod ``` diff --git a/packages/open-in-gitpod/package.json b/packages/open-in-gitpod/package.json index 1e41569..b336661 100644 --- a/packages/open-in-gitpod/package.json +++ b/packages/open-in-gitpod/package.json @@ -1,5 +1,5 @@ { - "name": "@trumbitta/open-in-gitpod", + "name": "open-in-gitpod", "version": "0.0.0-semantically-released", "main": "src/index.js", "keywords": [