dotdirectory
v1.0.0
Published
A simple CLI tool for directory operations
Downloads
12
Readme
Directory CLI Tool
A simple CLI tool for directory operations.
Installation
Install globally:
npm install -g directoryOr use with npx:
npx directoryUsage
Basic usage with parameters and options:
# Basic command
npx directory
# With parameter
npx directory myAnotherParam
# With options
npx directory --or-option
npx directory --or=another-option
npx directory myAnotherParam --or-option --or=value
# List subcommand
npx directory list
npx directory list --allOptions
--or-option,-o: An example flag option--or <value>: An option that accepts a value--version,-V: Show version number--help,-h: Show help information
Development
- Clone the repository
- Install dependencies:
npm install - Run in development mode:
npm run dev - Build:
npm run build
Publishing
- Build the project:
npm run build - Publish to npm:
npm publish
License
ISC
