Skip to content

Simple starter template for NPM packages using Babel, Webpack, Rollup, Jest and ESLint

License

Notifications You must be signed in to change notification settings

zsoltime/npm-starter

Repository files navigation

NPM Starter Build Status

NPM starter with Babel, Webpack, Rollup, Jest and ESLint

Install

npm install NPMPACKAGE

Import

Node

const NPMPACKAGE = require('NPMPACKAGE');

ES6 import

import NPMPACKAGE from 'NPMPACKAGE';

CDN

You can use it directly in your browser using unpkg.com:

<script src="https://unpkg.com/[email protected]/dist/index.min.js"></script>

Usage

import NPMPACKAGE from 'NPMPACKAGE';

// Describe how developers can use it

API

NPMPACKAGE()

Describe the API

Test

npm install
npm test

License

MIT © Zsolt Meszaros

About

Simple starter template for NPM packages using Babel, Webpack, Rollup, Jest and ESLint

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published