All notable changes to this project will be documented in this file.
- Introduced
--help
command to the CLI to display usage information. - Added the
engines
field topackage.json
to specify required Node.js and npm versions. - New documentation for the CLI options and usage in the
README.md
. - Added
preferGlobal
field topackage.json
for backward compatibility. - Added
child_process
for shell command execution, replacingshelljs
.
- Replaced all instances of
shelljs
withchild_process
to improve performance and maintainability. - Updated tests to reflect the changes in shell command execution.
- Cleaned up the bin configuration in
package.json
.
- Initial release of the
digitalocean-go-wrapper
package. - Core functionality for wrapping DigitalOcean functions in Go.
- Basic command-line interface (CLI) for project conversion.
- Comprehensive tests for all functionalities.