insta-email
TypeScript icon, indicating that this package has built-in type declarations

1.0.42 • Public • Published

Publishing a TypeScript library + decorators demo

This NPM package is part of my TypeScript Workshop

  • The TypeScript workshop has a topic where attendees are going to use decorators
  • Publish an email-sending demo package to NPM
  • Use the email-sending package inside a React app's class-based component

How to create and publish the email-sending project

$ tsc -init
$ npm init
$ tsc
$ npm login
$ npm publish

NOTE:

make sure you've configured your tsconfig.json and signed up to npmjs.com

Readme

Keywords

none

Package Sidebar

Install

npm i insta-email

Weekly Downloads

46

Version

1.0.42

License

MIT

Unpacked Size

10.6 kB

Total Files

10

Last publish

Collaborators

  • devlinduldulao