Black Mirror
v0.4.11
Check out the Latest Documentation here
FlavorJS the definitive JS natives chainable extensions methods (based on lodash & ES6)
Check out this Codepen example
This is a Node.js module available through the
npm registry. It can be installed using the
npm
or
yarn
command line tools.
npm install flavor-js --save
- js-yaml: YAML 1.2 parser and serializer
- lodash: Lodash modular utilities.
- marked: A markdown parser built for speed
- babel-core: Babel compiler core.
- babel-eslint: Custom parser for ESLint
- babel-loader: babel module loader for webpack
- babel-preset-env: A Babel preset for each environment.
- clean-webpack-plugin: A webpack plugin to remove your build folder(s) before building
- docdash: A clean, responsive documentation template theme for JSDoc 3 inspired by lodash and minami
- eslint: An AST-based pattern checker for JavaScript.
- eslint-config-airbnb: Airbnb's ESLint config, following our styleguide
- eslint-loader: eslint loader (for webpack)
- eslint-plugin-import: Import with sanity.
- eslint-plugin-jsx-a11y: Static AST checker for accessibility rules on JSX elements.
- eslint-plugin-react: React specific linting rules for ESLint
- hoek: General purpose node utilities
- ink-docstrap:
- jsdoc: An API documentation generator for JavaScript.
- lodash-webpack-plugin: Smaller modular Lodash builds.
- ssri: Standard Subresource Integrity library -- parses, serializes, generates, and verifies integrity metadata according to the SRI spec.
- uglifyjs-webpack-plugin: UglifyJS plugin for webpack
- webpack: Packs CommonJs/AMD modules for the browser. Allows to split your codebase into multiple bundles, which can be loaded on demand. Support loaders to preprocess files, i.e. json, jsx, es7, css, less, ... and your custom stuff.
- webpack-cli: CLI for webpack & friends
- webpack-ver-plugin: Generates a file with your app's package.json information and build date
npm install
npm test
MIT