Meteor-Community-Packages / meteor-schema-index

Control some MongoDB indexing with schema options
MIT License
38 stars 17 forks source link

Q: easy way how to use this package locally (in meteor/packages) #27

Open jirikrepl opened 3 years ago

jirikrepl commented 3 years ago

Hi, how easily use this package locally for a Meteor app?

I mean most of the other Meteor packages have package.js in the root of their Github repository.

the actual meteor package is inside package/indexing. I can add indexing folder to my meteor/packages but then I lose connection with this GitHub repository.

StorytellerCZ commented 10 months ago

You could clone this repo somewhere else and then do a symlink of package/indexing into your packages folder.