1.0.2 • Published 2 years ago

yantra-package v1.0.2

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

yantra-pacakge

Starter npm package for learners.

How to test it locally ?

  • mkdir yantra-package-test
  • cd yantra-package-test
  • npm init -y
  • npm install yantra-package
  • create test.js file as
import yantraPackage from 'yantra-package';
console.log(yantraPackage);
  • node test.js

Assignment:

Make a module integrating one of the package mentioned in bootcamp discord channel. Make sure to test the module on yantra-package-tester repo.

How to contribute it locally ?