cwdt
v1.0.1
Published
A lightweight tool for creating, managing, and reusing directory templates based on your current working directory.
Readme
cwdt
A lightweight tool for creating, managing, and reusing directory templates based on your current working directory.
Installation
Install globally using:
npm install -g cwdtCommands
• cwdt set <name> [-f]: Save the current directory as a template (use -f to overwrite).
• cwdt get <name> [dir]: Load the specified template into the current directory or dir.
• cwdt remove <name>: Delete a saved template.
• cwdt list: View all saved templates.
• cwdt help [command]: Get help for a specific command.
Example
- Create a template called "myTemplate":
cwdt set myTemplate- Load "myTemplate" into a new directory:
mkdir newProject
cwdt get myTemplate newProjectContributions
Feel free to open issues or pull requests with suggestions and improvements.
