mockasin
1.0.0
Like the shoe, but with the spelling changed because it's a mocking tool.
This is the second iteration of a tool that I wrote for integration projects. We often found ourselves writing code to interact with systems that we don't yet have connectivity to (or weren't even built yet), so we needed something to call.
I write the first one using Node and Express (in a rush), so this will (hopefully) be a more polished version that same thing. In the end, the goals of this project are:
Yes, I know that building against a mock is not the same as building against the real thing. But this is for the case when we don't have the real thing.
These are things that I'd consider doing in the future, which are somewhat guiding the design: