velvet_cli 0.0.1-dev.5 velvet_cli: ^0.0.1-dev.5 copied to clipboard
The CLI tool for the Velvet projects. It will help to speed up the development process.
0.0.1-dev.5 #
- Update a dependency to the latest release.
0.0.1-dev.2 #
0.0.1-dev.1 #
- REFACTOR: main now use the createVelvetCli. (8582658e)
- FIX: update:* commands now are fully working. (1a79b005)
- FEAT: add hasDependency and hasDevDependency to Pubspec class. (3dfed834)
- FEAT: update:cli command take care of user choice of install as dev or not dev dependency. (825c5498)
- FEAT: add "add" method to VelvetCommandHandler to register commands on fly. (8988f289)
- FEAT: add VelvetCli and createVelvetCli. (5d984207)
- FEAT: add make:route and list commands. (975f0b00)
- FEAT: setup velvet_cli. (b299af2c)
- DOCS: add tutorial about custom commands. (01357fa0)
1.0.0 #
- Initial version.