4.0.0 • Published 3 years ago

darraghking v4.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

Global Interface NPM Package

Package to contain all shared interfaces, components, styles and other resources.

Exported interfaces:

Testing before publishing to NPM

To test that it works locally before you publish: 1. In your package run npm link

  1. Go to another folder and run npm link darraghking

  2. Go into a .ts file and import package name: import { IF!, IF2, IF3 } from 'darraghking'

You should see your types coming through in your editor.

Build

npm run build

Publish to NPM

npm publish --access public

4.0.0

3 years ago

3.0.0

3 years ago

2.0.0

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago