From 86cd1430afc9d4c9bb0ee096c354f0efe1559c16 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Se=CC=81rgio=20Ramos?= Date: Mon, 9 Oct 2017 19:24:15 +0100 Subject: [PATCH] docs: add links to related repos --- README.md | 32 ++++++++++++++++++++++++++++++-- 1 file changed, 30 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 749cd6e3..524fc7fe 100644 --- a/README.md +++ b/README.md @@ -5,8 +5,8 @@ ## Table of Contents - [Requirements](#requirements) -- [Install](#install) -- [Usage](#usage) +- [Links](#links) +- [Related](#related) - [Contribute](#contribute) - [License](#license) @@ -21,6 +21,34 @@ - [Joyent Ui Toolkit](https://joyent-ui-toolkit.now.sh/) - [Create Instance Prototype](https://create-instance-prototype.now.sh) +## Related + +#### CoPilot + +- [copilot](https://github.com/yldio/copilot) +- [docker-compose-api](https://github.com/yldio/docker-compose-api) + +#### styled-components + +- [normalized-styled-components](https://github.com/yldio/normalized-styled-components) +- [styled-is](https://github.com/yldio/styled-is) + +#### Utilities + +- [pseudo-yaml-ast](https://github.com/yldio/pseudo-yaml-ast) +- [pseudo-json-ast](https://github.com/yldio/pseudo-json-ast) +- [joyent-manifest-editor](https://github.com/yldio/joyent-manifest-editor) +- [unitcalc](https://github.com/yldio/unitcalc) +- [remcalc](https://github.com/yldio/remcalc) +- [rnd-id](https://github.com/yldio/rnd-id) + +#### Tooling + +- [stylelint-config-joyent-portal](https://github.com/yldio/stylelint-config-joyent-portal) +- [joyent-react-scripts](https://github.com/yldio/joyent-react-scripts) +- [babel-preset-joyent-portal](https://github.com/yldio/babel-preset-joyent-portal) +- [eslint-config-joyent-portal](https://github.com/yldio/eslint-config-joyent-portal) + ## Contribute See [the contribute file](CONTRIBUTING.md)!