Example 1

  • 1- create hi folder in /core/import folder

  • 2- put hi library code from https://github.com/AmmarBasha2011/hi to /core/import/hi folder

  • 3- open /core/import/package.json

  • 4- add this line:

{
    "dependencies": {
        "hi": "https://github.com/AmmarBasha2011/hi"
    }
}

Last updated