Skip to content

blittle/fatiguejs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fatigue.js

Fatigue.js fixes your confusing nest of build tools, boilerplate, linters, & time-sinks. Inspired by https://medium.com/@ericclemmons/javascript-fatigue-48d4011b6fc4

npm version Build Status

Install

Install Fatigue.js with npm or jspm:

npm install fatiguejs
jspm install npm:fatiguejs

Usage

Simply add the following code to the main entry point of your app:

import fixMe from 'fatiguejs';

fixMe();

sofe

Fatigue.js is conveniently a sofe service:

System.import('fatiguejs!sofe').then(fatigue => fatigue.default());

About

Fatigue.js fixes your confusing nest of build tools, boilerplate, linters, & time-sinks.

Resources

License

Stars

Watchers

Forks

Packages

No packages published