Skip to content

My personal boilerplate for bootstrapping TypeScript NPM libraries with Rollup

License

Notifications You must be signed in to change notification settings

exbotanical/ts-npm-boilerplate

Repository files navigation

Coverage Status Continuous Deployment Continuous Integration npm version License: MIT

Table of Contents

Installation

npm install <project>

OR

yarn add <project>

Supported Environments

<project> currently supports UMD, CommonJS (node versions >= 10), and ESM build-targets

Commonjs:

const { isDefined } = require('<project>')

ESM:

import { isDefined } from '<project>'

Documentation

Full documentation can be found here

About

My personal boilerplate for bootstrapping TypeScript NPM libraries with Rollup

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published