0.3.3 • Published 8 years ago
typed-ip v0.3.3
typed-ip
A Typescript library with zero dependencies to parse and manipulate IP addresses.
This project is NOT ready for production right now, you may expect changes to the public interfaces.
Installing
$ yarn install typed-ipBuilding
Before starting, install the dependencies:
$ yarn installTo build the project:
$ npm run buildTo create an installable package:
$ npm run packTo run the tests directly in Typescript (quickier, better while developing):
$ npm run testTo run the tests in Javascript (includes coverage):
$ npm run test-js0.3.3
8 years ago