https://github.com/patternslib/dev
Development base files for working with Patternslib and add-ons.
https://github.com/patternslib/dev
hacktoberfest javascript patternslib webpack
Last synced: about 1 month ago
JSON representation
Development base files for working with Patternslib and add-ons.
- Host: GitHub
- URL: https://github.com/patternslib/dev
- Owner: Patternslib
- Created: 2022-06-14T23:55:05.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-11-23T00:01:20.000Z (over 2 years ago)
- Last Synced: 2024-04-26T03:04:19.794Z (about 2 years ago)
- Topics: hacktoberfest, javascript, patternslib, webpack
- Language: JavaScript
- Homepage:
- Size: 1.73 MB
- Stars: 0
- Watchers: 13
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.md
Awesome Lists containing this project
README
# Development helpers and config for Patternslib and add-ons.
This repository includes base files which are extended in Patternslib, Mockup or other projects.
It includes a Makefile which helps in installing and releasing packages.
## Upgrading
Run `make upgrade` in your project.
Alternatively, if there is a new `@patternslib/dev` version installed, the `postinstall` package.json script will automatically run `make upgrade` in the directory where package installer was invoked, that is your project directory which depends on `@patternslib/dev`.
## Code style
The release process based on release-it includes automatic changelog generation via conventional-commit, commitlint and a git pre-commit hook.
Please check the [code style guide](https://github.com/Patternslib/Patterns/blob/master/docs/developer/styleguide.md#commits-messages) for the commit specification!