0.1.0-alpha.50
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
andGitService
together with other relevant utility functions for scanning Vue3 and Nuxt projects - Add
scan
method underVueScanner
class that you can called on to initiate the scanning process. - Add relevant test cases for
VueScanner
andGitService
- Add documentation folder to explain how Berryjam works
- Add contribution file to explain how one can contribute