1.2.0 • Published 1 year ago

npm_skeleton_package v1.2.0

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

NPM Package Skeleton

A React/Typescript app for use as a template when creating NPM packages for publication on npmjs.com.

Usage guide:

Scripts:

dev

Run React app locally to view any components/utilities used in App.js

build:lib

Compile .ts/.tsx files to JS and bundle them in the dist folder

Notes:

src/App.js and src/index.js provided for use during development. These files should be used for testing components locally in development and will not be included in compilation of library or final package.

1.2.0

1 year ago

1.1.0

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago