Your best starship butler. 😃
- 🚀 Quick management of your system & local project configurations
- 🧰 Easy to use CLI interface
- 🔗 Support symlink mode (experimental)
- 🧹 WIP: Auto cleanup when uninstalling
Install globally with node package manager (npm, yarn, pnpm, etc.):
npm install starship-butler -gRun the cli and get help info with --help flag:
butler --helpCommand configure-system (with alias cfsys) helps you to set up system-level configurations.
butler configure-system [...options]See help info for more details:
butler configure-system --helpCommand configure (with alias cf) helps you to set up local project configurations.
butler configure <sourcePattern> <target> [...options]sourcePattern is support both file path and glob pattern.
If sourcePattern is a file path (which does not contain / character), butler will automatically prefix with ** in
order to match files in all sub-directories.
This behavior is designed for better user experience, so that users don't need to type long glob patterns manually.
See help info for more details:
butler configure --help