javiercejudo/linear-presets-length

View on GitHub
README.md

Summary

Maintainability
Test Coverage
# linear-presets-length

[![Build Status](https://travis-ci.org/javiercejudo/linear-presets-length.svg)](https://travis-ci.org/javiercejudo/linear-presets-length)
[![Coverage Status](https://coveralls.io/repos/javiercejudo/linear-presets-length/badge.svg?branch=master)](https://coveralls.io/r/javiercejudo/linear-presets-length?branch=master)
[![Code Climate](https://codeclimate.com/github/javiercejudo/linear-presets-length/badges/gpa.svg)](https://codeclimate.com/github/javiercejudo/linear-presets-length)

Linear presets for length units

## Install

    npm i linear-presets-length

## Presets

Base: [Metre](https://en.wikipedia.org/wiki/Metre)

- [Kilometre](https://en.wikipedia.org/wiki/Kilometre)
- [Centimetre](https://en.wikipedia.org/wiki/Centimetre)
- [Millimetre](https://en.wikipedia.org/wiki/Millimetre)
- [Mile](https://en.wikipedia.org/wiki/Mile)
- [Yard](https://en.wikipedia.org/wiki/Yard)
- [Foot](https://en.wikipedia.org/wiki/Foot_(unit))
- [Inch](https://en.wikipedia.org/wiki/Inch)
- [Nautical mile](https://en.wikipedia.org/wiki/Nautical_mile)

## Related projects

- [unit-synonyms-length](https://github.com/javiercejudo/unit-synonyms-length): length units synonyms.
- [linear-presets](https://github.com/javiercejudo/linear-presets): linear presets for common units.
- [linear-converter](https://github.com/javiercejudo/linear-converter): flexible linear converter.