Terseus / typed-ip

This project has been moved to Gitlab: https://gitlab.com/Terseus/typed-ip

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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-ip

Building

Before starting, install the dependencies:

$ yarn install

To build the project:

$ npm run build

To create an installable package:

$ npm run pack

To run the tests directly in Typescript (quickier, better while developing):

$ npm run test

To run the tests in Javascript (includes coverage):

$ npm run test-js

About

This project has been moved to Gitlab: https://gitlab.com/Terseus/typed-ip

License:MIT License


Languages

Language:TypeScript 100.0%