Skip to content

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

License

Notifications You must be signed in to change notification settings

singhmohancs/locutus

 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 47.8%
  • HTML 46.4%
  • CSS 5.4%
  • Other 0.4%