Releases: happy-coders/fun-cli
Releases · happy-coders/fun-cli
v1.0.0-beta.1
Fixed
- Error on installation caused by bin folder location
v1.0.0-beta
Added
- Command to delete some project
Changed
- Refactor to avoid duplications
- Remove yarn installation from docs
v1.0.0-alpha.2
Changed
- Removed not used dependencies
v1.0.0-alpha.1
Added
- Command to list all projects
- More unit tests (coverage from 62% to 99%)
- Dependabot
Changed
- Removed some code smells and duplications
v1.0.0-alpha
Added
- Command to add project: `fun add --path
- Command to run a project
fun with <project-alias>
- Initial docs with installation and usage instructions