Skip to content

0.1.0-alpha.50

Compare
Choose a tag to compare
@kittisakLS kittisakLS released this 13 Sep 12:35
· 38 commits to main since this release

We are very excited to release the first open-source version of Berryjam that you can modify and use it anywhere you like.

  • Add readme to explain what Berryjam does and how to start using Berryjam
  • Add two main classes, VueScanner and GitService together with other relevant utility functions for scanning Vue3 and Nuxt projects
  • Add scan method under VueScanner class that you can called on to initiate the scanning process.
  • Add relevant test cases for VueScanner and GitService
  • Add documentation folder to explain how Berryjam works
  • Add contribution file to explain how one can contribute