Skip to content

markdalgleish/fifteen-kilos

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

fifteen-kilos

Exactly 15 kilos of data.

Build Status Coverage npm version Downloads

Screenshot showing index.js is exactly 15kb in size

Usage

npm install --save fifteen-kilos

Now you have full access to all 15 kilos of data:

import fifteen from 'fifteen-kilos'

Webpack Plugin

Thanks to @markdalgleish, you can now get the magic of fifteen-kilos in webpack automatically! 🎉

Simply npm install --save-dev fifteen-kilos-webpack-plugin and then add it to your plugins array:

plugins: [
	new FifteenKilosPlugin()
]

Wrote a plugin for another build system? Please submit a PR adding it to the README!

Contributions

Contributions for this library are very much encouraged. Please submit PRs with either failing test cases to report a bug or an implemented feature to showcase why we need to merge that feature.

License

Copyright © 2016 Maximilian Stoiber. Licensed under the MIT license.

About

Fifteen kilos

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 98.9%
  • Shell 1.1%