https://github.com/patternslib/pat-pattern_template
Pattern template to bootstrap a new project
https://github.com/patternslib/pat-pattern_template
hacktoberfest javascript patternslib ui-components
Last synced: about 1 year ago
JSON representation
Pattern template to bootstrap a new project
- Host: GitHub
- URL: https://github.com/patternslib/pat-pattern_template
- Owner: Patternslib
- Created: 2020-11-19T17:52:42.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-01-15T13:58:52.000Z (over 1 year ago)
- Last Synced: 2025-02-01T19:28:17.954Z (over 1 year ago)
- Topics: hacktoberfest, javascript, patternslib, ui-components
- Language: JavaScript
- Homepage:
- Size: 1.34 MB
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.md
Awesome Lists containing this project
README
# 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](https://github.com/Patternslib/Patterns/blob/master/docs/developer/styleguide.md#commits-messages) 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](https://github.com/Patternslib/Patterns/issues).
## 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.