Skip to content

Commit 7c649c0

Browse files
bourdakos1lresende
authored andcommitted
Add project details to the README (elyra-ai#44)
1 parent fe86973 commit 7c649c0

File tree

2 files changed

+226
-1
lines changed

2 files changed

+226
-1
lines changed

README.md

+43-1
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,46 @@ See the License for the specific language governing permissions and
1515
limitations under the License.
1616
{% endcomment %}
1717
-->
18-
# pipeline-editor
18+
<h1 align="center">Elyra Pipeline Editor</h1>
19+
20+
<p align="center">
21+
<img alt="Pipeline Editor" src="./images/banner.svg">
22+
</p>
23+
24+
<p align="center">
25+
A react component for editing pipeline files. Used across all Elyra applications and browser extensions.
26+
</p>
27+
28+
<p align="center">
29+
<a href="https://www.npmjs.com/package/@elyra/pipeline-editor"><img alt="NPM Status" src="https://img.shields.io/npm/v/@elyra/pipeline-editor.svg?style=flat"></a>
30+
<a href="https://github.com/elyra-ai/pipeline-editor/actions?query=branch%3Amaster+workflow%3AElyra%20Pipeline%20Editor%20Tests"><img alt="Test Status" src="https://github.com/elyra-ai/pipeline-editor/workflows/Elyra%20Pipeline%20Editor%20Tests/badge.svg?branch=master"></a>
31+
</p>
32+
33+
## Installation
34+
35+
`@elyra/pipeline-editor` is available as an [npm package](https://www.npmjs.com/package/@elyra/pipeline-editor):
36+
37+
```sh
38+
// npm
39+
npm install @elyra/pipeline-editor
40+
41+
// yarn
42+
yarn add @elyra/pipeline-editor
43+
```
44+
45+
Or can be linked locally:
46+
```sh
47+
git clone [email protected]:elyra-ai/pipeline-editor.git
48+
cd pipeline-editor
49+
50+
make clean install link
51+
```
52+
53+
## Usage
54+
```jsx
55+
import { PipelineEditor } from '@elyra/pipeline-editor';
56+
57+
function App() {
58+
return <PipelineEditor />;
59+
}
60+
```

images/banner.svg

+183
Loading

0 commit comments

Comments
 (0)