You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

geo-lib

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

geo-lib

A Node.js module with useful geo functions. Made with performance in mind.

0.1.0
Source
npmnpm
Version published
Weekly downloads
295
27.71%
Maintainers
1
Weekly downloads
 
Created
Source

Boilerplate for your brand new Node.js module - NPM ready

Build Status Coverage Status

Placeholder for my new geo-lib module. This is going to be a useful Node.js module built with performance and speed as priority one.

Howto to get started

git clone git@github.com:5orenso/geo-lib.git
cd geo-lib/
npm install

Start developing. Remember to start watching your files:

grunt watch

Howto contribute

git clone git@github.com:5orenso/geo-lib.git

Do your magic and create a pull request.

Howto report issues

Use the Issue tracker

Howto update CHANGELOG.md

$ bash ./changelog.sh

Howto upgrade modules

$ npm install -g npm-check-updates
$ ncu -u
$ npm install --save --no-optional

HOWTO upgrade dev environment

$ npm install buster --save-dev
$ npm install buster-istanbul --save-dev
$ npm install grunt --save-dev
$ npm install grunt-buster --save-dev
$ npm install grunt-contrib-jshint --save-dev
$ npm install grunt-contrib-nodeunit --save-dev
$ npm install grunt-contrib-watch --save-dev
$ npm install grunt-coveralls --save-dev
$ npm install grunt-jscs --save-dev
$ npm install grunt-nodemon --save-dev
$ npm install grunt-shell --save-dev
$ npm install grunt-jsdoc --save-dev

More about the author

  • Twitter: @sorenso
  • Instagram: @sorenso
  • Facebook: @sorenso

FAQs

Package last updated on 19 Jun 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts