/npm-template

A template for making NPM packages with TypeScript, Jest and esbuild, with actions for publishing

Primary LanguageTypeScriptMIT LicenseMIT

NPM-TEMPLATE

A template for making NPM packages with TypeScript, Prettier, Jest, and esbuild, with actions for publishing. Remember to add token secrets for NPM (NPM_TOKEN) and GitHub (GPR_TOKEN) for package publishing!

Install

npm i -S @progging/npm-template or yarn add @progging/npm-template

Usage

//TODO A demo

Test

npm i && npm t

License

MIT