Skip to content

org-45/yantra-package

Repository files navigation

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 ?

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published