New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

tommo

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tommo

Mate

  • 0.4.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
1
decreased by-85.71%
Maintainers
1
Weekly downloads
 
Created
Source

Tommo

Mate

npm versionBuild StatusCoverage Status

Description

A versatile and lightweight library for doing stuff, mate.

Basic Usage

const tommo = require('tommo').default;

const normal = 'What a lovely day';
const better = tommo(normal);
// 'What a lovely day, mate'

Advanced Usage

const { loudMate, oldMate } = require('tommo');

const normal = 'What a dreary arvo';

const loud = loudMate(normal);
// 'What a dreary arvo, MATE'

const old = oldMate(normal);
// 'What a dreary arvo, old mate'

Bonus Usage

const { bonus } = require('tommo');

const someFella = 'Tommo';
const answer = bonus(someFella);

const ok = `Is ${someFella} Banana Man? ${answer}`;
// false, mate

Git Usage

const { meh } = require('meh');

const normalCommit = 'Remove .only';
const betterCommit = meh(normalCommit);
// 'Remove .only, meh...'

// TODO: Enable JS in bash


## Test
`tommo` uses [Ava](https://github.com/avajs/ava)

```js
yarn run test

FAQs

Package last updated on 05 Mar 2017

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc