I'm trying bit-src (or should I call it bit.dev?) for the first time...
I have two files - a .ts with just 1 dependency and a .md with its docs - which I use in many projects, which I want to turn into a bit component.
So, I find these two files in the /src folder of one of my projects, add it as a component, tag it and then export it to my collection. So far so good.
Then I go to another project that needs to share in the use of this component and I try to import it (if the files were already there I deleted them first)..
$ bit import <user>.<colx>/<component> --path src
I get an error message stating that the directory is not empty (which is true).
If I do install it into its own directory then it also creates a bunch of overhead I don't want, but I guess that's not the point - it should be in my /src folder along with other code, same as it was in the project I created it from.
Is there some way to do what I want? Or should I be using a different tool entirely?