Skip to content

Commit

Permalink
fix: tweak some details
Browse files Browse the repository at this point in the history
  • Loading branch information
trumbitta committed Oct 30, 2021
1 parent 7f17800 commit d953f2d
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 8 deletions.
14 changes: 9 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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-BADGE:START - Do not remove or modify this section -->

[![All Contributors](https://img.shields.io/badge/all_contributors-2-orange.svg?style=flat-square)](#contributors-)
<!-- ALL-CONTRIBUTORS-BADGE:END -->

<!-- ALL-CONTRIBUTORS-BADGE:END -->

## 🧐 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 ✨

Expand Down
4 changes: 2 additions & 2 deletions packages/open-in-gitpod/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ 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

```sh
# Inside a local repository that exists online.
# E.g. https://github.com/trumbitta/nx-trumbitta

npx open-in-gitpodd
npx open-in-gitpod
```
2 changes: 1 addition & 1 deletion packages/open-in-gitpod/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@trumbitta/open-in-gitpod",
"name": "open-in-gitpod",
"version": "0.0.0-semantically-released",
"main": "src/index.js",
"keywords": [
Expand Down

0 comments on commit d953f2d

Please sign in to comment.