1.5.1 • Published 6 years ago

torrent-files-library v1.5.1

Weekly downloads
5
License
MIT
Repository
github
Last release
6 years ago

torrent-files-library Build Status Coveralls branch Dependency Status Dev Dependency Status License: MIT semantic-release Join the chat at https://gitter.im/torrent-files-library-/Lobby Greenkeeper badge

Scan directories to build a library of media files (movie or tv show) that follows torrent naming conventions

What to do with this library ?

A lot of things :

Don't hesitate to suggest new features : it is always worthy :)

Documentation

For more examples and API details, see API documentation with manual

Installation

For npm users :

$ npm install --save torrent-files-library

for Yarn :

$ yarn add torrent-files-library

Test

npm test

To generate a test coverage report:

npm run coverage

Contributing

  • If you're unsure if a feature would make a good addition, you can always create an issue first.
  • We aim for 100% test coverage. Please write tests for any new functionality or changes.
  • Any API changes should be fully documented.
  • Make sure your code meets our linting standards. Run npm run lint to check your code.
  • Be mindful of others when making suggestions and/or code reviewing.