Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/org-45/yantra-package


https://github.com/org-45/yantra-package

Last synced: 2 months ago
JSON representation

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.