fix(cli): Initial implementation of CLI utility with project management features
This commit is contained in:
		| @@ -1,5 +1,12 @@ | ||||
| # Changelog | ||||
|  | ||||
| ## 2025-01-29 - 1.12.5 - fix(cli) | ||||
| Initial implementation of CLI utility with project management features | ||||
|  | ||||
| - Integration of various plugins for logging, command-line interactions, and project management. | ||||
| - Setup CLI commands for project initialization, updating, formatting, and more. | ||||
| - Implement commands for packaging, versioning, and deprecating npm packages. | ||||
|  | ||||
| ## 2025-01-29 - 1.12.2 - fix(format) | ||||
| Add overrides for peek-readable in package.json formatting | ||||
|  | ||||
|   | ||||
| @@ -3,6 +3,6 @@ | ||||
|  */ | ||||
| export const commitinfo = { | ||||
|   name: '@git.zone/cli', | ||||
|   version: '1.12.2', | ||||
|   version: '1.12.5', | ||||
|   description: 'A CLI toolbelt to streamline local development cycles by using various gitzone utilities.' | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user