Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/org-45/yantra-package
https://github.com/org-45/yantra-package
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/org-45/yantra-package
- Owner: org-45
- Created: 2023-10-30T06:08:37.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-09T03:20:21.000Z (about 1 year ago)
- Last Synced: 2024-11-20T00:09:07.836Z (2 months ago)
- Language: JavaScript
- Size: 94.7 KB
- Stars: 0
- Watchers: 0
- Forks: 4
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#### 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](https://github.com/org-45/yantra-package-tester) repo.
### How to contribute it locally ?
- Using `npm link` as in https://docs.npmjs.com/cli/v8/commands/npm-link
- Use `npm link` on yantra-package as well as yantra-package-tester repo respectively and you dont need to publish each time to test a feature.