UNPKG

@ibm-adw/skill-toolkit

Version:

Developing your own skills with IBM Automation Digital Worker Skill Toolkit

15 lines (12 loc) 427 B
#!/usr/bin/env node /* Licensed Materials - Property of IBM 5737-I23 Copyright IBM Corp. 2019. All Rights Reserved. U.S. Government Users Restricted Rights: Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp. */ const chalk = require('chalk'); console.warn(chalk.red('DEPRECATED: \'create-skill\' is now deprecated, it has been replaced by \'adw-create-skill\'')); require('./main');