https://github.com/javiercejudo/linear-presets-length
:straight_ruler: Linear presets for length units
https://github.com/javiercejudo/linear-presets-length
Last synced: 2 months ago
JSON representation
:straight_ruler: Linear presets for length units
- Host: GitHub
- URL: https://github.com/javiercejudo/linear-presets-length
- Owner: javiercejudo
- License: mit
- Created: 2015-07-18T03:22:40.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-01-27T08:42:50.000Z (over 8 years ago)
- Last Synced: 2025-04-02T15:04:50.782Z (3 months ago)
- Language: JavaScript
- Homepage: http://npmjs.com/package/linear-presets-length
- Size: 11.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# linear-presets-length
[](https://travis-ci.org/javiercejudo/linear-presets-length)
[](https://coveralls.io/r/javiercejudo/linear-presets-length?branch=master)
[](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.