eldoy / fiks

Repo management tool
MIT License
0 stars 0 forks source link

Using fiks inside module directory #11

Closed eldoy closed 5 months ago

eldoy commented 5 months ago

If we're in a module directory, fiks should works as if you are in the root directory.

The root directory does not have a node_modules directory, maybe we can use this on startup to set the root directory (pwd)?

Alternatively we can use a fiks.json file for config in the root directory and determine the root by scanning parent directories until we reach it. This could also hold options for later.