1.0.2 • Published 1 year ago

demo-bpo v1.0.2

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

demo-bpo

  • This is a demo package.
  • Does not contain anything special than printing a hard-coded message string. However, if you want to use it,
  1. Install
npm i demo-bpo
  1. In your file, write the following
const demo_bpo = require('demo-bpo')
demo_bpo.printMsg()
  1. Run the file node <file.js>, and the output would be:
This is a message from the demo package
1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago