Skip to content

Commit

Permalink
Merge cca40cb into 9bc34dc
Browse files Browse the repository at this point in the history
  • Loading branch information
ramhejazi committed Jul 28, 2018
2 parents 9bc34dc + cca40cb commit cc2b4e3
Showing 1 changed file with 9 additions and 15 deletions.
24 changes: 9 additions & 15 deletions README.md
@@ -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

0 comments on commit cc2b4e3

Please sign in to comment.