Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 651 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 651 Bytes

@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