All notable changes to this project will be documented in this file.
- Solve some minor issues and update dependencies
- Add
.editorconfig
file for consistent coding styles
- Create a README.md file for the project (#4)
- Add
bin
field topackage.json
for global command
- Add Nounish app generation functionality
- Create a LICENSE file for the project (#1)
- Add funding options in GitHub repo
- Add structured templates for issues and feature requests
- Add
build
andpublish
scripts topackage.json
file - Add Dependabot configuration for GitHub Actions and PNPM
- Add GitHub stale bot configuration
- Update
test
script to avoid execution error - Add GitHub Actions workflow for
build
,test
, andrelease
pipelines