Skip to content

Create workspaces #7

@Jense5

Description

@Jense5

Make it possible to combine the batch functionality in a workspace kind of way.
This makes it possible to kind of categorise boilerplates so you always have the ones you need.
Provides a better user experience.

Usage Example
# Switch to 'mobile' workspace
$ cst workspace mobile
$ cst list
- React Native Component
- Android App
- ...

# Switch to 'web' workspace
$ cst workspace web
$ cst list
- React Application
- Server
- ...
Batch Example
{
    "data": {
        "web": [ "..." ],
        "mobile": [ "..." ]
    }
}

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions