How to use @instructure/ui-template-scripts - 3 common examples

To help you get started, we’ve selected a few @instructure/ui-template-scripts examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github instructure / instructure-ui / packages / ui-scripts / lib / handlers / handleCreateComponent.js View on Github external
module.exports = async (args = {}) => {
  warn('`handleCreateComponent` has been moved from \'@instructure/ui-scripts/lib/handlers/handleCreateComponent\' to \'@instructure/ui-template-scripts/lib/handlers/handleCreateComponent\'.')
  handleCreateComponent(args)
}
github instructure / instructure-ui / packages / ui-scripts / lib / handlers / handleCreateFromTemplate.js View on Github external
module.exports = async (args = {}) => {
  warn('`handleCreateFromTemplate` has been moved from \'@instructure/ui-scripts/lib/handlers/handleCreateFromTemplate\' to \'@instructure/ui-template-scripts/lib/handlers/handleCreateFromTemplate\'.')
  handleCreateFromTemplate(args)
}
github instructure / instructure-ui / packages / ui-scripts / lib / handlers / handleCreatePackage.js View on Github external
module.exports = async (args = {}) => {
  warn('`handleCreatePackage` has been moved from \'@instructure/ui-scripts/lib/handlers/handleCreatePackage\' to \'@instructure/ui-template-scripts/lib/handlers/handleCreatePackage\'.')
  handleCreatePackage(args)
}

@instructure/ui-template-scripts

A collection of UI scripts for generating code from templates.

MIT
Latest version published 8 months ago

Package Health Score

71 / 100
Full package analysis