eldoy / fiks

Repo management tool
MIT License
0 stars 0 forks source link

Fiks link doesn't work #10

Closed eldoy closed 5 months ago

eldoy commented 5 months ago

fiks link doesn't work as expected. When I run it I expect every repo in node_modules to be linked to local directories via symlink. This does not happen, nothing seems to be linked at all. My directory structure is this:

firmalisten:
  admin
  api
  articles
  build
  config
  data
  db
  docs
  integrations
  plugins
  schema
  scripts
  search
  site

The actual name of the package is the package.json name field. The name of the directory is arbitrary. The directory name of the package firmalisten-search could be search or just flsearch or whatever. You may need to scan all package.json and map them to the directories on startup to make this work.