@derek.simeone/describables

0.2.1 • Public • Published

describables

Describables.

Consume

  • Add package:
    • npm i @derek.simeone/describables
  • Enable decorators in tsconfig.json:
    • experimentalDecorators: true
    • emitDecoratorMetadata: true
    • useDefineForClassFields: false

Development

Release

Version

  • Set in version x.y.z in package.json.
  • Stage commit git add package.json && git commit -m 'x.y.z'
  • Tag in git: git tag -a x.y.z -m 'x.y.z'
  • Push to git: git push && git push --follow-tags

Publish

  • npm run release
  • npm login
  • npm publish

Readme

Keywords

none

Package Sidebar

Install

npm i @derek.simeone/describables

Weekly Downloads

2

Version

0.2.1

License

MIT

Unpacked Size

28.2 kB

Total Files

15

Last publish

Collaborators

  • derek.simeone