Skip to content

Latest commit

 

History

History
45 lines (40 loc) · 1.38 KB

File metadata and controls

45 lines (40 loc) · 1.38 KB

Short term (0.1.0) All Done

  • Modify the updateVersionInfo function to have sort and and better unique number
  • check the rollback version again
    • get the version
    • use the verison
    • update the json file or we don't need to
  • add RemoveNightlyVersion
  • add feature to rollback based on date
  • add config file
  • Sort Function
    • add sort function
    • implement sort function

before v0.1.0

  • Add update function
  • add config function to the setup function
  • add readme
  • add logging mechanism
  • add check for setup in install functions

Current Bugs:

  • clean nightly this clean the oldest nightly
    • so now it deletes the version but it doesn't update the config file
  • clean stable doesn't work
  • clean stable all deletes the stable dir as well, os ls local doesn't work
  • use stable doesn't work
  • use function for stable to version

Testing

  • install nightly
  • install specific version
  • rollback
  • list
  • clean
  • use

Long term

  • use lipgloss for ui and colors - it didn't work
  • add test cases
  • able to pin a nightly version to never been deleted
  • customize the location of the version manager
  • add support for linux and windows
  • add nvm clean n to clean the oldest n versions
    • like nvm clean 5 to clean the oldest 5 versions