Skip to content

artcommacode/semify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

semify

A browserify transform for adding semicolons.

Installation

$ npm install --save @artcommacode/semify

Note: You'll need to add the -g flag if you're not using @artcommacode/semify from within an NPM script.

Usage

From the command-line:

$ browserify -t @artcommacode/semify main.js

or with the API:

var b = require('browserify')
var semify = require('@artcommacode/semify')

b.transform('semify')

For further information see the browserify handbook section on transforms.

Why

I'd rather not use semicolons but browserify would prefer I did. This small transform keeps us both happy by piggy-backing onto the hard work done by semi.

About

A browserify transform for adding semicolons

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published