Skip to content

Commit

Permalink
Merge pull request #35 from maysunfaisal/updateReadme-1
Browse files Browse the repository at this point in the history
Update Readme with links
  • Loading branch information
wtam2018 committed Oct 20, 2020
2 parents 0ae2029 + e53f37a commit 25026e6
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,21 @@

## About

The Devfile Parser library is a Golang module that projects could use to generate Kubernetes objects equivalent to the guidance in a devfile.
The Devfile Parser library is a Golang module that:
1. parses the devfile.yaml as specified by the [api](https://devfile.github.io/devfile/api-reference.html) & [schema](https://github.com/devfile/api/tree/master/schemas/latest).
2. writes to the devfile.yaml with the updated data.
3. generates Kubernetes objects for the various devfile resources.
4. defines util functions for the devfile.


## Usage

In the recent future, the following projects will be consuming this library as Golang dependency
In the future, the following projects will be consuming this library as a Golang dependency

* [Workspace Operator](https://github.com/devfile/devworkspace-operator)
* [odo](https://github.com/openshift/odo)
* [OpenShift Console](https://github.com/openshift/console)

## Issues

Issues are tracked in the [devfile/api](https://github.com/devfile/api) repo with the label [area/library](https://github.com/devfile/api/issues?q=is%3Aopen+is%3Aissue+label%3Aarea%2Flibrary)

0 comments on commit 25026e6

Please sign in to comment.