Skip to content

Commit de2712e

Browse files
committed
docs: update readme
1 parent 664acbf commit de2712e

File tree

2 files changed

+0
-60
lines changed

2 files changed

+0
-60
lines changed

README.md

Lines changed: 0 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ Flexible, typed and easy to use React Component ⚛ to provide CSV, TSV and othe
55
[![npm](https://img.shields.io/npm/v/react-dsv-import)](https://www.npmjs.com/package/react-dsv-import)
66
[![npm peer dependency version](https://img.shields.io/npm/dependency-version/react-dsv-import/peer/react)](https://www.npmjs.com/package/react)
77
[![GitHub](https://img.shields.io/github/license/openscript/react-dsv-import)](https://github.com/openscript-ch/react-dsv-import)
8-
[![Maintainability](https://api.codeclimate.com/v1/badges/f05b123887e046758a96/maintainability)](https://codeclimate.com/github/openscript/react-dsv-import/maintainability)
9-
[![Test Coverage](https://api.codeclimate.com/v1/badges/f05b123887e046758a96/test_coverage)](https://codeclimate.com/github/openscript/react-dsv-import/test_coverage)
108

119
![Demonstration](./docs/demo.apng)
1210

@@ -112,31 +110,3 @@ The most important features of this component are:
112110
-[Material UI](https://material-ui.com/) integration (see storybook)
113111

114112
✅ means the feature is implemented and released. ❌ indicates that a feature is planned.
115-
116-
### Links
117-
118-
- [Code repository](https://github.com/openscript-ch/react-dsv-import)
119-
- [Build status](https://travis-ci.com/github/openscript/react-dsv-import)
120-
- [Documenation and examples](https://openscript.github.io/react-dsv-import)
121-
- [Package publication](https://www.npmjs.com/package/react-dsv-import)
122-
- [Code quality evaluation](https://codeclimate.com/github/openscript/react-dsv-import)
123-
124-
## Tools
125-
126-
- [yarn](https://yarnpkg.com/)
127-
- [rollup.js](https://rollupjs.org/)
128-
- [TypeScript](https://www.typescriptlang.org/)
129-
- [TypeScript ESLint](https://typescript-eslint.io/)
130-
- [React](https://reactjs.org/)
131-
- [Storybook](https://storybook.js.org/)
132-
- [Addon: Docs](https://github.com/storybookjs/storybook/tree/master/addons/docs)
133-
- [Addon: Source](https://github.com/storybookjs/storybook/tree/master/addons/storysource)
134-
- [Addon: Actions](https://github.com/storybookjs/storybook/tree/master/addons/actions)
135-
- [Travis CI](https://travis-ci.com)
136-
137-
## Resources
138-
139-
- [Article: Using ESLint and Prettier in a TypeScript Project](https://www.robertcooper.me/using-eslint-and-prettier-in-a-typescript-project)
140-
- [Template: Rollup Starter Lib (TypeScript)](https://github.com/rollup/rollup-starter-lib/tree/typescript)
141-
- [Article: Creating a React Component library using Rollup, Typescript, Sass and Storybook](https://blog.harveydelaney.com/creating-your-own-react-component-library/) <br /> Explains how to create a React component library using Rollup
142-
- [Template: Debugging tests in VS Code](https://github.com/microsoft/vscode-recipes/tree/master/debugging-jest-tests)

packages/react-dsv-import/README.md

Lines changed: 0 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ Flexible, typed and easy to use React Component ⚛ to provide CSV, TSV and othe
55
[![npm](https://img.shields.io/npm/v/react-dsv-import)](https://www.npmjs.com/package/react-dsv-import)
66
[![npm peer dependency version](https://img.shields.io/npm/dependency-version/react-dsv-import/peer/react)](https://www.npmjs.com/package/react)
77
[![GitHub](https://img.shields.io/github/license/openscript/react-dsv-import)](https://github.com/openscript-ch/react-dsv-import)
8-
[![Maintainability](https://api.codeclimate.com/v1/badges/f05b123887e046758a96/maintainability)](https://codeclimate.com/github/openscript/react-dsv-import/maintainability)
9-
[![Test Coverage](https://api.codeclimate.com/v1/badges/f05b123887e046758a96/test_coverage)](https://codeclimate.com/github/openscript/react-dsv-import/test_coverage)
108

119
![Demonstration](./docs/demo.apng)
1210

@@ -112,31 +110,3 @@ The most important features of this component are:
112110
-[Material UI](https://material-ui.com/) integration (see storybook)
113111

114112
✅ means the feature is implemented and released. ❌ indicates that a feature is planned.
115-
116-
### Links
117-
118-
- [Code repository](https://github.com/openscript-ch/react-dsv-import)
119-
- [Build status](https://travis-ci.com/github/openscript/react-dsv-import)
120-
- [Documenation and examples](https://openscript.github.io/react-dsv-import)
121-
- [Package publication](https://www.npmjs.com/package/react-dsv-import)
122-
- [Code quality evaluation](https://codeclimate.com/github/openscript/react-dsv-import)
123-
124-
## Tools
125-
126-
- [yarn](https://yarnpkg.com/)
127-
- [rollup.js](https://rollupjs.org/)
128-
- [TypeScript](https://www.typescriptlang.org/)
129-
- [TypeScript ESLint](https://typescript-eslint.io/)
130-
- [React](https://reactjs.org/)
131-
- [Storybook](https://storybook.js.org/)
132-
- [Addon: Docs](https://github.com/storybookjs/storybook/tree/master/addons/docs)
133-
- [Addon: Source](https://github.com/storybookjs/storybook/tree/master/addons/storysource)
134-
- [Addon: Actions](https://github.com/storybookjs/storybook/tree/master/addons/actions)
135-
- [Travis CI](https://travis-ci.com)
136-
137-
## Resources
138-
139-
- [Article: Using ESLint and Prettier in a TypeScript Project](https://www.robertcooper.me/using-eslint-and-prettier-in-a-typescript-project)
140-
- [Template: Rollup Starter Lib (TypeScript)](https://github.com/rollup/rollup-starter-lib/tree/typescript)
141-
- [Article: Creating a React Component library using Rollup, Typescript, Sass and Storybook](https://blog.harveydelaney.com/creating-your-own-react-component-library/) <br /> Explains how to create a React component library using Rollup
142-
- [Template: Debugging tests in VS Code](https://github.com/microsoft/vscode-recipes/tree/master/debugging-jest-tests)

0 commit comments

Comments
 (0)