You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should probably add yeoman/insight ASAP to all modules with .askPermission() enabled by default. This data could be very useful when applying for future grants.
bionode-ncbi
bionode-watermill
bionode-fasta
bionode-seq
bionode-sra
bionode-quickgo
etc
The text was updated successfully, but these errors were encountered:
Good idea, looking at the readme, I think you create URLs to display info about specific commands?
So like
insight.track('ncbi','download')
and
insight.track('ncbi','search')
for the NCBI module would count how many times specific commands were called?
And at a more basic level, keep track of which modules are being installed.
Could also be cool to get CLI vs. require metrics.
Is this something that is triggered after npm install? I think you can identify a script to run in package.json after install finishes, so it could probably be put there.
We should probably add yeoman/insight ASAP to all modules with .askPermission() enabled by default. This data could be very useful when applying for future grants.
The text was updated successfully, but these errors were encountered: