js-mk / locutus

All your standard libraries will be assimilated into our JavaScript collective. Resistance is futile.

Home Page:http://locutus.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Locutus

Build Status

All your standard libraries will be assimilated into our JavaScript collective. Resistance is futile.

More info at: http://locutus.io/

Install

npm install locutus

Use

vim index.js
var sprintf = require('locutus/php/strings/sprintf')
var echo = require('locutus/php/strings/echo')
var effectiveness = 'futile'
echo(sprintf('Resistance is %s', effectiveness))
var strings = require('locutus/golang/strings')
console.log(strings.Contains('Locutus', 'cut'))
$ node index.js
Resistance is futile
true

Development

Some guidelines and instructions can be found in CONTRIBUTING.md

About

All your standard libraries will be assimilated into our JavaScript collective. Resistance is futile.

http://locutus.io

License:Other


Languages

Language:JavaScript 48.0%Language:HTML 46.2%Language:CSS 5.4%Language:Go 0.2%Language:Shell 0.1%Language:Makefile 0.1%