2.0.6 • Published 6 years ago

@hallysonh/microtools v2.0.6

Weekly downloads
-
License
MIT
Repository
github
Last release
6 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

6 years ago

2.0.5

6 years ago

2.0.4

6 years ago

2.0.3

6 years ago

2.0.2

6 years ago

2.0.1

6 years ago

2.0.0

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago

0.1.0

6 years ago