Skip to content

Commit

Permalink
Merge d61e182 into 0b0286f
Browse files Browse the repository at this point in the history
  • Loading branch information
zeevo committed Sep 11, 2020
2 parents 0b0286f + d61e182 commit 5e5786d
Showing 1 changed file with 2 additions and 15 deletions.
17 changes: 2 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,3 @@
# Phoenix-Tools [![Build Status](https://travis-ci.org/Asymmetrik/phx-tools.svg?branch=master)](https://travis-ci.org/Asymmetrik/phx-tools) [![Coverage Status](https://coveralls.io/repos/github/Asymmetrik/phx-tools/badge.svg?branch=master)](https://coveralls.io/github/Asymmetrik/phx-tools?branch=master) [![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](./LICENSE)
# Phoenix-Tools

A suite of tools developed for JavaScript based FHIR servers.

## Getting Started

All of the packages in this repo will be available under the `@asymmetrik` namespace. You can install any of them by running `yarn add @asymmetrik/<package-name>`. Each package contains it's own README which will give you instructions on how to use each one.

If you are interested in contributing, see our [CONTRIBUTING.md](./CONTRIBUTING.md) to get started.

## How is this repo setup?

**phx-tools** is a monorepo, similar to Babel, and managed with [Lerna](https://github.com/lerna/lerna). We have a `packages` directory that contains all of our various tools. We went for this approach for many of the same reasons Babel did, you can read up on that [here](https://github.com/babel/babel/blob/master/doc/design/monorepo.md) if interested.

## License
All packages in `phx-tools` are [MIT licensed](https://github.com/Asymmetrik/phx-tools/blob/master/LICENSE).
# This repository has moved! See [Issue](https://github.com/Asymmetrik/phx-tools/issues/62). All of these packages have been merged with [Node FHIR Server Core](https://github.com/Asymmetrik/node-fhir-server-core).

0 comments on commit 5e5786d

Please sign in to comment.