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.
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.