drom icon indicating copy to clipboard operation
drom copied to clipboard

Add option `--scan DIR` to `drom project` to scan for `package.toml` and add them

Open lefessan opened this issue 3 years ago • 3 comments

lefessan avatar Oct 28 '20 11:10 lefessan

@lefessan, where would this package.json come from ? Esy ? Npm ? I never use any of these so I'm not familiar with them, but I can have a look. If you have a link to a repository using them, that would be helpful.

zapashcanon avatar Nov 18 '20 18:11 zapashcanon

I was referring to the package.json files created by drom itself. The idea is that you can create a new drom project by merging multiple drom projects (sub-modules, again), and you would just have to scan them.

I am now thinking about finding a better name for the package.json files, to avoid confusion with other tools like ezy/npm.

lefessan avatar Nov 22 '20 08:11 lefessan

Sorry, I made a mistake in the title, it's package.toml files that I was expecting drom to scan. So, there is actually no need to change the name, since it is different from package.json.

lefessan avatar Nov 22 '20 16:11 lefessan