You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tries generate runs by returning "targets". Append to existing text.
if createTargets is used nothing is generated in runs text
XX if name is not set, use directory name.
Welcome to wrkflow workspace CLI for XX project.
Usage:
ws ................ Runs default tasks in your config (change this description `workspace.flows.default.options.description = 'XX')`.
ws install ...... Setup the current workspace with the install command. Great for new users.
ws check ...... Runs npm:format, npm:lint
ws npm:format .... Runs npm script.
Contacts:
Admin: [email protected]
Dev: [email protected]
If the we are in directory without workspace config and no "action" show different help text:
Welcome to wrkflow workspace CLI.
Usage:
ws install <git-repository-url> ..... Install existing workspace from given repository.
ws init ........................................... Initialize new workspace in current directory
ws w:def ....................................... Copies current Typescript definitions to your project
The text was updated successfully, but these errors were encountered:
Generate help text when calling
ws --help
.Something like this:
If the we are in directory without workspace config and no "action" show different help text:
The text was updated successfully, but these errors were encountered: