@stoar/cli
Version:
CLI tool for STOAR - decentralized file storage on Arweave
16 lines (14 loc) • 503 B
JavaScript
import chalk from 'chalk';
console.log();
console.log(chalk.green('✓ @stoar/cli installed successfully!'));
console.log();
console.log('Get started with:');
console.log(chalk.cyan(' stoar --help'));
console.log();
console.log('Create a wallet:');
console.log(chalk.cyan(' stoar wallet create --output my-wallet.json'));
console.log();
console.log('The CLI will automatically check for updates.');
console.log('To disable update checks, use --skip-update-check');
console.log();