Skip to content

Instantly share code, notes, and snippets.

@inventednight
Last active August 12, 2020 17:43
Show Gist options
  • Save inventednight/85411adf268cb274433c6a95cb4e0514 to your computer and use it in GitHub Desktop.
Save inventednight/85411adf268cb274433c6a95cb4e0514 to your computer and use it in GitHub Desktop.
NPX Action Generation

This is intended as a one-time NPX script that sets up and uses the clay-action-client yeoman generator.

{
"name": "run-js-with-npx-from-gist",
"version": "1.0.0",
"bin": "./node_modules/@clay-run/clay-action-client/clay_generator.js",
"dependencies": {
"yeoman-environment": "^2.10.3",
"@clay-run/clay-action-client": "clay-run/clay-action-client#runner-improvements"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment