Contains global variables for configuring the plugin
With the exception of README.md, all documentation belongs in this folder.
Contains all string messages in the tool. Not fully implemented yet.
Contains resources needed by the plugin, including configuration JSON files.
Contains helper modules for additional logic related to specific commands.
Contains modules for more general logic that could be used across multiple commands or projects.
Contains resources used by the tests.
Fast-running unit tests that don't call other commands and test a single module.
Slower-running integration tests that might span multiple modules.