diff --git a/README.md b/README.md index 09e6664e..54080150 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # container-pilot-dashboard -[![CircleCI](https://img.shields.io/circleci/project/github/yldio/joyent-portal/master.svg?style=flat-square)](https://circleci.com/gh/yldio/joyent-portal) -[![License: MPL 2.0](https://img.shields.io/badge/License-MPL%202.0-brightgreen.svg?style=flat-square)](https://opensource.org/licenses/MPL-2.0) -[![standard-readme compliant](https://img.shields.io/badge/standard--readme-OK-green.svg?style=flat-square)](https://github.com/RichardLitt/standard-readme) +[![CircleCI](https://img.shields.io/circleci/project/github/yldio/joyent-portal/master.svg)](https://circleci.com/gh/yldio/joyent-portal) +[![License: MPL 2.0](https://img.shields.io/badge/License-MPL%202.0-brightgreen.svg)](https://opensource.org/licenses/MPL-2.0) +[![standard-readme compliant](https://img.shields.io/badge/standard--readme-OK-green.svg)](https://github.com/RichardLitt/standard-readme) > TODO: Fill out this long short description diff --git a/packages/babel-preset/README.md b/packages/babel-preset/README.md index 67d0719b..a9535c86 100644 --- a/packages/babel-preset/README.md +++ b/packages/babel-preset/README.md @@ -1,7 +1,7 @@ # babel-preset-joyent-portal -[![License: MPL 2.0](https://img.shields.io/badge/License-MPL%202.0-brightgreen.svg?style=flat-square)](https://opensource.org/licenses/MPL-2.0) -[![standard-readme compliant](https://img.shields.io/badge/standard--readme-OK-green.svg?style=flat-square)](https://github.com/RichardLitt/standard-readme) +[![License: MPL 2.0](https://img.shields.io/badge/License-MPL%202.0-brightgreen.svg)](https://opensource.org/licenses/MPL-2.0) +[![standard-readme compliant](https://img.shields.io/badge/standard--readme-OK-green.svg)](https://github.com/RichardLitt/standard-readme) [`babel`](http://github.com/babel/babel) preset to be used across this repo. At the moment it only extends the one used by [`create-react-app`](https://github.com/facebookincubator/create-react-app/tree/master/packages/babel-preset-react-app) but it can be extended as needed. diff --git a/packages/cloudapi-gql/README.md b/packages/cloudapi-gql/README.md index 5bf0e430..93c1f37b 100644 --- a/packages/cloudapi-gql/README.md +++ b/packages/cloudapi-gql/README.md @@ -1,7 +1,7 @@ # joyent-portal-cloudapi-gql -[![License: MPL 2.0](https://img.shields.io/badge/License-MPL%202.0-brightgreen.svg?style=flat-square)](https://opensource.org/licenses/MPL-2.0) -[![standard-readme compliant](https://img.shields.io/badge/standard--readme-OK-green.svg?style=flat-square)](https://github.com/RichardLitt/standard-readme) +[![License: MPL 2.0](https://img.shields.io/badge/License-MPL%202.0-brightgreen.svg)](https://opensource.org/licenses/MPL-2.0) +[![standard-readme compliant](https://img.shields.io/badge/standard--readme-OK-green.svg)](https://github.com/RichardLitt/standard-readme) Server that exposes [CloudApi](https://apidocs.joyent.com/cloudapi/) through [GraphQL](http://graphql.org). diff --git a/packages/cp-frontend/README.md b/packages/cp-frontend/README.md index eb60691e..a414b498 100644 --- a/packages/cp-frontend/README.md +++ b/packages/cp-frontend/README.md @@ -1,7 +1,8 @@ # joyent-cp-frontend -[![License: MPL 2.0](https://img.shields.io/badge/License-MPL%202.0-brightgreen.svg?style=flat-square)](https://opensource.org/licenses/MPL-2.0) -[![standard-readme compliant](https://img.shields.io/badge/standard--readme-OK-green.svg?style=flat-square)](https://github.com/RichardLitt/standard-readme) +[![Docker Repository on Quay](https://quay.io/repository/yldio/joyent-cp-frontend/status)](https://quay.io/repository/yldio/joyent-cp-frontend) +[![License: MPL 2.0](https://img.shields.io/badge/License-MPL%202.0-brightgreen.svg)](https://opensource.org/licenses/MPL-2.0) +[![standard-readme compliant](https://img.shields.io/badge/standard--readme-OK-green.svg)](https://github.com/RichardLitt/standard-readme) ## Table of Contents diff --git a/packages/cp-gql-mock-server/README.md b/packages/cp-gql-mock-server/README.md new file mode 100644 index 00000000..ec09ea0f --- /dev/null +++ b/packages/cp-gql-mock-server/README.md @@ -0,0 +1,4 @@ +# cp-gql-mock-server + +[![Docker Repository on Quay](https://quay.io/repository/yldio/joyent-cp-gql-mock-server/status)](https://quay.io/repository/yldio/joyent-cp-gql-mock-server) +[![standard-readme compliant](https://img.shields.io/badge/standard--readme-OK-green.svg)](https://github.com/RichardLitt/standard-readme) diff --git a/packages/cp-gql-schema/README.md b/packages/cp-gql-schema/README.md index b72447da..167dd368 100644 --- a/packages/cp-gql-schema/README.md +++ b/packages/cp-gql-schema/README.md @@ -1,7 +1,7 @@ # joyent-portal-gql-cp-schema -[![License: MPL 2.0](https://img.shields.io/badge/License-MPL%202.0-brightgreen.svg?style=flat-square)](https://opensource.org/licenses/MPL-2.0) -[![standard-readme compliant](https://img.shields.io/badge/standard--readme-OK-green.svg?style=flat-square)](https://github.com/RichardLitt/standard-readme) +[![License: MPL 2.0](https://img.shields.io/badge/License-MPL%202.0-brightgreen.svg)](https://opensource.org/licenses/MPL-2.0) +[![standard-readme compliant](https://img.shields.io/badge/standard--readme-OK-green.svg)](https://github.com/RichardLitt/standard-readme) [GraphQL](http://graphql.org) schema that represents the data structure and dependencies of the Container Pilot Portal. To be used by other packages so that they can lock and adapt properly to changes made to it, rather than having duplicates of this schema. diff --git a/packages/docker-compose-client/README.md b/packages/docker-compose-client/README.md index 7dcbf34b..563d2961 100644 --- a/packages/docker-compose-client/README.md +++ b/packages/docker-compose-client/README.md @@ -1,8 +1,8 @@ # docker-compose-client -[![License: MPL 2.0](https://img.shields.io/badge/License-MPL%202.0-brightgreen.svg?style=flat-square)](https://opensource.org/licenses/MPL-2.0) -[![npm](https://img.shields.io/npm/v/docker-compose-client.svg?style=flat-square)](https://npmjs.com/package/docker-compose-client) -[![standard-readme compliant](https://img.shields.io/badge/standard--readme-OK-green.svg?style=flat-square)](https://github.com/RichardLitt/standard-readme) +[![License: MPL 2.0](https://img.shields.io/badge/License-MPL%202.0-brightgreen.svg)](https://opensource.org/licenses/MPL-2.0) +[![npm](https://img.shields.io/npm/v/docker-compose-client.svg)](https://npmjs.com/package/docker-compose-client) +[![standard-readme compliant](https://img.shields.io/badge/standard--readme-OK-green.svg)](https://github.com/RichardLitt/standard-readme) Server that exposes [CloudApi](https://apidocs.joyent.com/cloudapi/) through [GraphQL](http://graphql.org). diff --git a/packages/eslint-config/README.md b/packages/eslint-config/README.md index 52eb3bf5..0aa3dbfa 100644 --- a/packages/eslint-config/README.md +++ b/packages/eslint-config/README.md @@ -1,7 +1,7 @@ # eslint-config-joyent-portal -[![License: MPL 2.0](https://img.shields.io/badge/License-MPL%202.0-brightgreen.svg?style=flat-square)](https://opensource.org/licenses/MPL-2.0) -[![standard-readme compliant](https://img.shields.io/badge/standard--readme-OK-green.svg?style=flat-square)](https://github.com/RichardLitt/standard-readme) +[![License: MPL 2.0](https://img.shields.io/badge/License-MPL%202.0-brightgreen.svg)](https://opensource.org/licenses/MPL-2.0) +[![standard-readme compliant](https://img.shields.io/badge/standard--readme-OK-green.svg)](https://github.com/RichardLitt/standard-readme) ## Table of Contents diff --git a/packages/normalized-styled-components/README.md b/packages/normalized-styled-components/README.md index 579d6111..0cfa6250 100644 --- a/packages/normalized-styled-components/README.md +++ b/packages/normalized-styled-components/README.md @@ -1,8 +1,8 @@ # normalized-styled-components -[![License: MPL 2.0](https://img.shields.io/badge/License-MPL%202.0-brightgreen.svg?style=flat-square)](https://opensource.org/licenses/MPL-2.0) -[![npm](https://img.shields.io/npm/v/normalized-styled-components.svg?style=flat-square)](https://npmjs.com/package/normalized-styled-components) -[![standard-readme compliant](https://img.shields.io/badge/standard--readme-OK-green.svg?style=flat-square)](https://github.com/RichardLitt/standard-readme) +[![License: MPL 2.0](https://img.shields.io/badge/License-MPL%202.0-brightgreen.svg)](https://opensource.org/licenses/MPL-2.0) +[![npm](https://img.shields.io/npm/v/normalized-styled-components.svg)](https://npmjs.com/package/normalized-styled-components) +[![standard-readme compliant](https://img.shields.io/badge/standard--readme-OK-green.svg)](https://github.com/RichardLitt/standard-readme) [`normalize.css`](https://github.com/necolas/normalize.css) with a [`styled-components`](https://github.com/styled-components/styled-components) mindset. diff --git a/packages/pseudo-json-ast/README.md b/packages/pseudo-json-ast/README.md index 9518dd91..53200c33 100644 --- a/packages/pseudo-json-ast/README.md +++ b/packages/pseudo-json-ast/README.md @@ -1,8 +1,8 @@ # pseudo-json-ast -[![License: MPL 2.0](https://img.shields.io/badge/License-MPL%202.0-brightgreen.svg?style=flat-square)](https://opensource.org/licenses/MPL-2.0) -[![npm](https://img.shields.io/npm/v/pseudo-json-ast.svg?style=flat-square)](https://npmjs.com/package/pseudo-json-ast) -[![standard-readme compliant](https://img.shields.io/badge/standard--readme-OK-green.svg?style=flat-square)](https://github.com/RichardLitt/standard-readme) +[![License: MPL 2.0](https://img.shields.io/badge/License-MPL%202.0-brightgreen.svg)](https://opensource.org/licenses/MPL-2.0) +[![npm](https://img.shields.io/npm/v/pseudo-json-ast.svg)](https://npmjs.com/package/pseudo-json-ast) +[![standard-readme compliant](https://img.shields.io/badge/standard--readme-OK-green.svg)](https://github.com/RichardLitt/standard-readme) Parse a JSON string into an object with location properties. diff --git a/packages/pseudo-yaml-ast/README.md b/packages/pseudo-yaml-ast/README.md index 0eed108a..2ff0262b 100644 --- a/packages/pseudo-yaml-ast/README.md +++ b/packages/pseudo-yaml-ast/README.md @@ -1,8 +1,8 @@ # pseudo-yaml-ast -[![License: MPL 2.0](https://img.shields.io/badge/License-MPL%202.0-brightgreen.svg?style=flat-square)](https://opensource.org/licenses/MPL-2.0) -[![npm](https://img.shields.io/npm/v/pseudo-yaml-ast.svg?style=flat-square)](https://npmjs.com/package/pseudo-yaml-ast) -[![standard-readme compliant](https://img.shields.io/badge/standard--readme-OK-green.svg?style=flat-square)](https://github.com/RichardLitt/standard-readme) +[![License: MPL 2.0](https://img.shields.io/badge/License-MPL%202.0-brightgreen.svg)](https://opensource.org/licenses/MPL-2.0) +[![npm](https://img.shields.io/npm/v/pseudo-yaml-ast.svg)](https://npmjs.com/package/pseudo-yaml-ast) +[![standard-readme compliant](https://img.shields.io/badge/standard--readme-OK-green.svg)](https://github.com/RichardLitt/standard-readme) Parse a YAML string into an object with location properties. diff --git a/packages/remcalc/README.md b/packages/remcalc/README.md index 1703985f..16952c7e 100644 --- a/packages/remcalc/README.md +++ b/packages/remcalc/README.md @@ -1,8 +1,8 @@ # remcalc -[![License: MPL 2.0](https://img.shields.io/badge/License-MPL%202.0-brightgreen.svg?style=flat-square)](https://opensource.org/licenses/MPL-2.0) -[![npm](https://img.shields.io/npm/v/remcalc.svg?style=flat-square)](https://npmjs.com/package/remcalc) -[![standard-readme compliant](https://img.shields.io/badge/standard--readme-OK-green.svg?style=flat-square)](https://github.com/RichardLitt/standard-readme) +[![License: MPL 2.0](https://img.shields.io/badge/License-MPL%202.0-brightgreen.svg)](https://opensource.org/licenses/MPL-2.0) +[![npm](https://img.shields.io/npm/v/remcalc.svg)](https://npmjs.com/package/remcalc) +[![standard-readme compliant](https://img.shields.io/badge/standard--readme-OK-green.svg)](https://github.com/RichardLitt/standard-readme) Calculate the `rem`'s from `px` values. diff --git a/packages/rnd-id/README.md b/packages/rnd-id/README.md index a048b4db..980ee7eb 100644 --- a/packages/rnd-id/README.md +++ b/packages/rnd-id/README.md @@ -1,8 +1,8 @@ # rnd-id -[![License: MPL 2.0](https://img.shields.io/badge/License-MPL%202.0-brightgreen.svg?style=flat-square)](https://opensource.org/licenses/MPL-2.0) -[![npm](https://img.shields.io/npm/v/rnd-id.svg?style=flat-square)](https://npmjs.com/package/rnd-id) -[![standard-readme compliant](https://img.shields.io/badge/standard--readme-OK-green.svg?style=flat-square)](https://github.com/RichardLitt/standard-readme) +[![License: MPL 2.0](https://img.shields.io/badge/License-MPL%202.0-brightgreen.svg)](https://opensource.org/licenses/MPL-2.0) +[![npm](https://img.shields.io/npm/v/rnd-id.svg)](https://npmjs.com/package/rnd-id) +[![standard-readme compliant](https://img.shields.io/badge/standard--readme-OK-green.svg)](https://github.com/RichardLitt/standard-readme) Generate a random alphabetical string. diff --git a/packages/styled-is/README.md b/packages/styled-is/README.md index a21143bd..4db72325 100644 --- a/packages/styled-is/README.md +++ b/packages/styled-is/README.md @@ -1,8 +1,8 @@ # styled-is -[![License: MPL 2.0](https://img.shields.io/badge/License-MPL%202.0-brightgreen.svg?style=flat-square)](https://opensource.org/licenses/MPL-2.0) -[![npm](https://img.shields.io/npm/v/styled-is.svg?style=flat-square)](https://npmjs.com/package/styled-is) -[![standard-readme compliant](https://img.shields.io/badge/standard--readme-OK-green.svg?style=flat-square)](https://github.com/RichardLitt/standard-readme) +[![License: MPL 2.0](https://img.shields.io/badge/License-MPL%202.0-brightgreen.svg)](https://opensource.org/licenses/MPL-2.0) +[![npm](https://img.shields.io/npm/v/styled-is.svg)](https://npmjs.com/package/styled-is) +[![standard-readme compliant](https://img.shields.io/badge/standard--readme-OK-green.svg)](https://github.com/RichardLitt/standard-readme) Flag utility for [`styled-components`](https://github.com/styled-components/styled-components). diff --git a/packages/ui-toolkit/README.md b/packages/ui-toolkit/README.md index cb46d45d..edd7efa2 100644 --- a/packages/ui-toolkit/README.md +++ b/packages/ui-toolkit/README.md @@ -1,7 +1,8 @@ # joyent-portal-ui-toolkit -[![License: MPL 2.0](https://img.shields.io/badge/License-MPL%202.0-brightgreen.svg?style=flat-square)](https://opensource.org/licenses/MPL-2.0) -[![standard-readme compliant](https://img.shields.io/badge/standard--readme-OK-green.svg?style=flat-square)](https://github.com/RichardLitt/standard-readme) +[![Docker Repository on Quay](https://quay.io/repository/yldio/joyent-ui-toolkit/status)](https://quay.io/repository/yldio/joyent-ui-toolkit) +[![License: MPL 2.0](https://img.shields.io/badge/License-MPL%202.0-brightgreen.svg)](https://opensource.org/licenses/MPL-2.0) +[![standard-readme compliant](https://img.shields.io/badge/standard--readme-OK-green.svg)](https://github.com/RichardLitt/standard-readme) ## Table of Contents diff --git a/packages/unitcalc/README.md b/packages/unitcalc/README.md index 1dde66f3..e6ad98f6 100644 --- a/packages/unitcalc/README.md +++ b/packages/unitcalc/README.md @@ -1,8 +1,8 @@ # unitcalc -[![License: MPL 2.0](https://img.shields.io/badge/License-MPL%202.0-brightgreen.svg?style=flat-square)](https://opensource.org/licenses/MPL-2.0) -[![npm](https://img.shields.io/npm/v/unitcalc.svg?style=flat-square)](https://npmjs.com/package/unitcalc) -[![standard-readme compliant](https://img.shields.io/badge/standard--readme-OK-green.svg?style=flat-square)](https://github.com/RichardLitt/standard-readme) +[![License: MPL 2.0](https://img.shields.io/badge/License-MPL%202.0-brightgreen.svg)](https://opensource.org/licenses/MPL-2.0) +[![npm](https://img.shields.io/npm/v/unitcalc.svg)](https://npmjs.com/package/unitcalc) +[![standard-readme compliant](https://img.shields.io/badge/standard--readme-OK-green.svg)](https://github.com/RichardLitt/standard-readme) Calculate the `rem`'s from unit values.