2.0.6 • Published 7 years ago

@hallysonh/microtools v2.0.6

Weekly downloads
-
License
MIT
Repository
github
Last release
7 years ago

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);
2.0.6

7 years ago

2.0.5

7 years ago

2.0.4

7 years ago

2.0.3

7 years ago

2.0.2

7 years ago

2.0.1

7 years ago

2.0.0

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago

0.1.0

7 years ago