Introducing Spaces
As a monorepo grows, so does the number of dependencies, environments, and the complexity of keeping modules isolated from one another.
Qik spaces provide the foundation for isolation, both in command execution and code imports. Spaces enable virtual environments, dotenv files, and fencing of files in a monorepo. Plugins like Pygraph use these constructs for import linting. Future plugins can use spaces for creating optimized docker containers and much more.
Let's dive in to the many use cases of spaces.