Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

readme: clean up links #2

Merged
merged 1 commit into from
Jul 28, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 9 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,13 @@
<p align="center" style="text-align:center">

[![draxt.js logo](draxt-logo.jpg)][repo]

</p>

<p align="center" style="text-align:center">

[![draxt license][license-badge]][license]
[![npm-link][npm-badge]][npm-link]
[![draxt build state][travis-badge]][travis-link]
[![draxt coverage status][coverall-badge]][coverall]
[![dependencies status][deps-status-badge]][deps-status-link]

</p>
<div align="center" style="text-align:center">
<a link="https://github.com/ramhejazi/draxt"><img alt="draxt.js logo" src="draxt-logo.jpg"></a><br>
<a href="https://github.com/ramhejazi/draxt/blob/master/LICENSE"><img alt="draxt license" src="https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square"></a>
<a href="https://www.npmjs.com/package/draxt"><img alt="npm-link" src="https://img.shields.io/npm/v/draxt.svg?style=flat-square"></a>
<a href="https://travis-ci.org/ramhejazi/draxt"><img alt="draxt build state" src="https://img.shields.io/travis/ramhejazi/draxt.svg?style=flat-square"></a>
<a href="https://coveralls.io/github/ramhejazi/draxt"><img alt="draxt coverage status" src="https://img.shields.io/coveralls/github/ramhejazi/draxt.svg?style=flat-square"></a>
<a href="https://david-dm.org/ramhejazi/draxt"><img alt="dependencies status" src="https://david-dm.org/ramhejazi/draxt.svg?style=flat-square"></a>
</div>
<br>

`draxt` is a utility module for selecting and manipulating filesystem objects in a Node.js environment.
It uses [glob] patterns as its "selector engine". `draxt` also provides several DOM-like interfaces representing filesystem objects which build on promisified APIs for the [`fs`] and [`fs-extra`] modules.

Expand Down