UNPKG

wn-ts

Version:
9 lines (8 loc) 457 B
#!/usr/bin/env node console.log(`\nThis is a stub CLI for wn-ts.\n`); console.log(`The full-featured CLI is now provided by the 'wn-cli' package.`); console.log(`\nTo get started, please install or use 'wn-cli' instead:`); console.log(`\n npm install -g wn-cli`); console.log(` npx wn-cli --help`); console.log(`\nFor more information and documentation, visit:`); console.log(` https://github.com/fustilio/wordnet-playground/tree/main/wn-cli`);