🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

@hallysonh/microtools

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

@hallysonh/microtools

Tools for microservices and http requests

2.0.6
latest
Source
npm
Version published
Weekly downloads
1
Maintainers
1
Weekly downloads
 
Created
Source

Microtools

travis build Greenkeeper badge version MIT License semantic-release

A Node.js module that returns the plural or singular form of any noun

Documentation

Access the documentation here

Installation

npm i -S microtools
yarn add microtools

Usage

JavaScript

var microtools = require('@hallysonh/microtools');
var cfg = require('./config');
microtools.consultRegister(ctx, cfg.appConfig, cfg.consulConfig);

TypeScript

import { consulRegister } from '@hallysonh/microtools';
import { appConfig, consulConfig } from './config';
consulRegister(ctx, appConfig, consulConfig);

Keywords

microservice

FAQs

Package last updated on 04 Jul 2018

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