I'm creating an npm package and I need to reference a folder within that package. Should I hard code the reference to that folder?
e.g. `src = './node_modules/ctgen/scaffold'
or is there a pre-made function that will do this for me?
via Alex Foxleigh
No comments:
Post a Comment