
Security News
Rspack Introduces Rslint, a TypeScript-First Linter Written in Go
Rspack launches Rslint, a fast TypeScript-first linter built on typescript-go, joining in on the trend of toolchains creating their own linters.
yot-cdk-runner
Advanced tools
This is the main entrypoint of the Component Development Kit (CDK). It contains logic to run commands in a CDK workspace.
This is the main entrypoint of the Component Development Kit (CDK). It contains logic to run commands in a CDK workspace.
$ node ./node_modules/yot-cdk-runner <command>
Prompts the user to generate a new component based on a template.
$ node ./node_modules/yot-cdk-runner generate
Builds the component
$ node ./node_modules/yot-cdk-runner build <component-name> [options]
Argument | Description | Value type |
---|---|---|
<component-name> | The name of the component to build. | string |
Option | Description | Value type | Default |
---|---|---|---|
--compress | Compress build output into a zip-file. | boolean | false |
--watch | Run build when files change. | boolean | false |
Builds the component (in watch-mode) and runs it inside the simulator.
$ node ./node_modules/yot-cdk-runner simulate <component-name>
Argument | Description | Value type |
---|---|---|
<component-name> | The name of the component to build. | string |
Deploys the component (authentication is required)
$ node ./node_modules/yot-cdk-runner deploy <component-name> [options]
Argument | Description | Value type |
---|---|---|
<component-name> | The name of the component to deploy. | string |
Option | Description | Value type | Default |
---|---|---|---|
--publish | Publishes the deployed component. | boolean | false |
Publish a deployed component (authentication is required)
$ node ./node_modules/yot-cdk-runner publish <component-name> [options]
Argument | Description | Value type |
---|---|---|
<component-name> | The name of the component to publish. | string |
Option | Description | Value type | Default |
---|---|---|---|
--version | Publish the passed version number. | string | |
--latest | Publish the latest unpublished version | boolean | false |
Log in with your user account credentials. Generates a .accesstoken
file.
$ node ./node_modules/yot-cdk-runner login
Logs out. Removes the .accesstoken
file that was generated on login.
$ node ./node_modules/yot-cdk-runner logout
FAQs
This is the main entrypoint of the Component Development Kit (CDK). It contains logic to run commands in a CDK workspace.
The npm package yot-cdk-runner receives a total of 0 weekly downloads. As such, yot-cdk-runner popularity was classified as not popular.
We found that yot-cdk-runner demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Rspack launches Rslint, a fast TypeScript-first linter built on typescript-go, joining in on the trend of toolchains creating their own linters.
Security News
Hacker Demonstrates How Easy It Is To Steal Data From Popular Password Managers
Security News
Oxlint’s new preview brings type-aware linting powered by typescript-go, combining advanced TypeScript rules with native-speed performance.