mirror of
https://github.com/jakejarvis/npm-module-template.git
synced 2025-04-26 07:35:23 -04:00
![dependabot[bot]](/assets/img/avatar_default.png)
Bumps [eslint](https://github.com/eslint/eslint) from 8.0.0 to 8.10.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v8.0.0...v8.10.0) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Universal JS Boilerplate
Just a personal boilerplate to my liking for an Node and/or browser module w/ ESM, CommonJS, and UMD outputs via Babel & Rollup. Ready to publish on NPM and/or GitHub Packages and distibute via unpkg, skypack.dev, etc.
Probably not very useful to anybody else. 😊
The rest of the readme from now on is placeholder crap...
Install
npm install @jakejarvis/my-module --save-dev
# or...
yarn add @jakejarvis/my-module --dev
Usage
import { something } from "@jakejarvis/my-module";
something({ doSomething: true });
API
something(options?)
options
Type: object
doSomething
Type: boolean
Default: false
Makes it do something.
Examples
License
MIT
Description
Just a personal NPM/browser module boilerplate to my liking, probably not very useful to anybody else. 😊
https://github.com/jakejarvis/npm-module-template
Languages
JavaScript
100%