Skip to content

Latest commit

 

History

History
28 lines (15 loc) · 977 Bytes

README.md

File metadata and controls

28 lines (15 loc) · 977 Bytes

pat-PATTERN_TEMPLATE

Code style

The release process based on release-it includes automatic changelog generation via conventional-commit, commitlint and a pre-commit hook by husky. Please check the code style guide for the commit specification!

Release

The created package has a Patternslib enabled release workflow. By default the package lives in the @patternslib scope on npm.

You might want to change these paramters to fit your release process and accessible npm scopes. If you believe you need access to the npm @patternslib scope create an Issue on Patterns.

Documentation

This is simple pattern project bootstrap template.

Usage:

./create.sh PROJECTNAME

This will create a directory within this directory with the name pat-PROJECTNAME. You can use it for developing a new pattern.