fish-and-chips

0.3.0 • Public • Published

fish-and-chips

A small library providing the conversion of British English words to their American English counterparts for correct usage in HTML and CSS

Installation

  npm install fish-and-chips --save

Usage

var fish = require('fish-and-chips')
 
var css = 'text-align: centre;',  
css = fish.toAmerican(css);

Tests

npm test

Contributing

General styleguide: smallcase for filenames
camelCase for methods and variables
PascalCase for Class Names

Add unit tests for any new or changed functionality
Lint and test your code.

Package Sidebar

Install

npm i fish-and-chips

Weekly Downloads

8

Version

0.3.0

License

none

Last publish

Collaborators

  • karankamath