es6-module-seed
v0.1.0
Published
Seed for creating js modules written in ES6+
Downloads
8
Maintainers
Readme
es6-module-seed
v0.1.0
Description
Seed for creating js modules written in ES6+
Please feel free to ask for modifications, fixes or do a PR to improve it
Author
Black Mirror
Badges
Documentation
Check out the Latest Documentation here
Installation
This is a Node.js module available through the npm registry.
It can be installed using either npm
or yarn
package managers.
npm i es6-module-seed
yarn add es6-module-seed
Usage
import Module from 'es6-module-seed';
Dependencies
None
Dev Dependencies
- @babel/core: Babel compiler core.
- @babel/preset-env: A Babel preset for each environment.
- 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-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
- ink-docstrap: Seed for creating js modules written in ES6+
- jsdoc: An API documentation generator for JavaScript.
- jshint: Static analysis tool for JavaScript
- rollup: Next-generation ES module bundler
- rollup-plugin-babel: Seamless integration between Rollup and Babel.
- rollup-plugin-eslint: Verify entry point and all imported files with ESLint
- rollup-plugin-filesize: A rollup plugin to show filesize in the cli
- rollup-plugin-json: Seed for creating js modules written in ES6+
- rollup-plugin-replace: Seed for creating js modules written in ES6+
- rollup-plugin-uglify: Rollup plugin to minify generated bundle
Tests
npm install
npm test
License
MIT