Skip to content

Release v0.8.0

Choose a tag to compare

@github-actions github-actions released this 05 Apr 13:28
· 17 commits to main since this release

feat: added license text support

The tool now has the ability to add a license header to all code files. This header can be
overwritten by any project. A new nps command, license, along with license.remove had been added to
manage the liecense text in the files. The Husky pre-commit hook now adds the license information to
every file upon commit.

webLibrary has been removed, as it was not used. webLibrary project should be converted to
reactLibrary projects, by wrapping the simple web element into a react one.

BREAKING CHANGE: Uppon commit, every file will end up with a license header