sounisi5011/glob-replacer

View on GitHub
README.md

Summary

Maintainability
Test Coverage
# @sounisi5011/glob-replacer

[![License: MIT](https://img.shields.io/static/v1?label=license&message=MIT&color=green)](https://github.com/sounisi5011/glob-replacer/blob/v0.0.0/LICENSE)
![Supported Node.js version: >=8.3.0](https://img.shields.io/static/v1?label=node&message=%3E%3D8.3.0&color=brightgreen)
![Type Definitions: TypeScript](https://img.shields.io/static/v1?label=types&message=TypeScript&color=blue)
[![Dependencies Status](https://david-dm.org/sounisi5011/glob-replacer/status.svg)](https://david-dm.org/sounisi5011/glob-replacer)
[![Build Status](https://dev.azure.com/sounisi5011/npm%20projects/_apis/build/status/sounisi5011.glob-replacer?branchName=master)](https://dev.azure.com/sounisi5011/npm%20projects/_build/latest?definitionId=8&branchName=master)
[![Maintainability Status](https://api.codeclimate.com/v1/badges/6de5b71bca2a9c087912/maintainability)](https://codeclimate.com/github/sounisi5011/glob-replacer/maintainability)

Filepath renamer library using glob

## Install

Note: **This library is incomplete. Please install at your own risk.**

```sh
npm install github:sounisi5011/glob-replacer
```

## Usage

WIP. There is no code available.

## Tests

To run the test suite, first install the dependencies, then run `npm test`:

```sh
npm install
npm test
```

## Contributing

see [CONTRIBUTING.md](https://github.com/sounisi5011/glob-replacer/blob/master/CONTRIBUTING.md)