@shko.online/build-npm-package
v0.2.0
Published
This repository contains our npm package that simplifies building npm packages with embedded typings.
Downloads
3,584
Readme
@shko.online/build-npm-package
This repository contains our npm package that simplifies building npm packages with embedded typings.
This package uses babel
and typescript
to generate different builds of your package and make it compatible with different module types.
The following repository has been used as "inspiration" https://github.com/storybookjs/storybook/tree/main/scripts and a lot of credit goes to the StorybookJs
contributors.
To use this package install it as a development dependency from NPM.
npm
npm install -D @shko.online/build-npm-package
yarn
yarn add -D @shko.online/build-npm-package