# Thanos NodeJS
[![Version](https://img.shields.io/npm/v/thanos-nodejs.svg?style=flat-square)](https://npmjs.org/package/thanos-nodejs)
[![Downloads](https://img.shields.io/npm/dt/thanos-nodejs.svg?style=flat-square)](https://npmjs.org/package/thanos-nodejs)
[![Travis](https://img.shields.io/travis/TiagoDanin/Thanos-NodeJS.svg?branch=master&style=flat-square)](https://travis-ci.org/TiagoDanin/Thanos-NodeJS)

Reduce the file size of your project down to 50%, by randomly deleting half of the files.

## Features
- Marvel Characteristics
- Free up space

## Installation
Module available through the
[npm registry](https://www.npmjs.com/). It can be installed using the
[`npm`](https://docs.npmjs.com/getting-started/installing-npm-packages-locally)
or
[`yarn`](https://yarnpkg.com/en/)
command line tools.

```sh
# NPM
npm install thanos-nodejs --global
# Or Using Yarn
yarn global add thanos-nodejs
```

## Usage
```sh
# Delete
thanos --universe [dir]
# Delete & Save a single file of Thanos
thanos --universe [dir] --ironman [file]

```


## Dependencies
- [minimist](https://ghub.io/minimist): parse argument options



## Contributors
Pull requests and stars are always welcome. For bugs and feature requests, please [create an issue](https://github.com/TiagoDanin/Thanos-NodeJS/issues). [List of all contributors](https://github.com/TiagoDanin/Thanos-NodeJS/graphs/contributors).

## Thanks
- [Netlify](https://thanosjs.org): Inspired by thanosjs.org

## License
[MIT](LICENSE) © [TiagoDanin](https://TiagoDanin.github.io)
