How do I setup my repository on GitHub to allow it to be imported through 'add package from git URL'

I tried to just do it, and it said Unable to add package __ does not point to a valid package repository. No package manifest was found. Verify the repository URL and make sure the package is located in the root folder of the repository.

I can’t seem to find any resources on this unfortunately. Thanks

You’ll need to create a package.json file:

1 Like