Scaffolding a Service
Background
An app will likely depend on one more more services. Scaffolding a service will by default create record, mock, and test workflows. It additionally will enable creating custom workflows for individual services.
Steps to Scaffold a Service
Run the scaffold service command in the root of your app directory
For example:
After running the command, the following files will be created:
From the above, we can see that folders for mock, record, and test workflows are created by default.
Last updated