charliewilco / esm-ts-starter

ES Module Boilerplate

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Header image for repo

ES Module Defaults for TS

Unit Tests

Publish

logos of projects this template uses

Uses prettier, rollup & esbuild for the example. Nice defaults. Good stuff.

Install

npm install @charliewilco/module

Usage

import { SomeClass } from "@charliewilco/module";

const c = new SomeClass();

c.useMethod();

License

The Unlicense.

About

ES Module Boilerplate

License:The Unlicense


Languages

Language:TypeScript 56.4%Language:JavaScript 43.6%