goliatone / cicerone

Manage your hosts.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cicerone

Manage your hosts

Getting Started

Install the module with: npm install cicerone

var cicerone = require('cicerone');
cicerone.awesome(); // "awesome"

Documentation

(Coming soon)

Examples

(Coming soon)

Contributing

In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using Grunt.

Release History

(Nothing yet)

License

Copyright (c) 2015 goliatone
Licensed under the MIT license.

match an ip tab domain: /(([0-9]{1,3}).([0-9]{1,3}).([0-9]{1,3}).([0-9]{1,3}))[\s]+((?:[A-Za-z0-9].?)([A-Za-z0-9-]{0,61}.[A-Za-z]{2,6}))/

About

Manage your hosts.

License:MIT License


Languages

Language:JavaScript 99.3%Language:Shell 0.7%