npm.io
0.0.6 • Published yesterday

@wisemen/vue-core-tailwind-config

Licence
SEE LICENSE IN LICENSE.md
Version
0.0.6
Deps
1
Size
38 kB
Vulns
0
Weekly
0
Stars
4

Wisemen Core

A collection of packages for Wisemen applications.

Contributing

Making Changes

  1. Create a PR with your changes
  2. Add a Bumpy to your PR describing the changes using:
    pnpm bumpy add
    If you have a change that doesn't bump a version, do pnpm bumpy add --empty For more details, see the Bumpy documentation documentation
  3. Merge your PR – this triggers the release workflow
  4. Review the auto-generated PR created by Bumpy, which includes:
    • Updated CHANGELOG files
    • Bumped version numbers
    • Release summary
  5. Merge the Bumpy release PR to automatically publish all changed packages to npm
New Package Setup

When creating a new package, use fledgling to claim the npm name and configure trusted publishing before the first release:

  1. Create the package in the workspace – Add the new package under packages/<group>/<package> and make sure its package.json has the correct name.
  2. Claim the name with fledgling – Run fledgling from the repo root so it can discover the new workspace package:
    pnpm fledgling
    will open an interactive window, which will guide you through claiming the package name and configuring trusted publishing.
  3. Keep exclusions in sync – If a public package should not be managed by fledgling, add its name or glob to the fledgling.ignore list in the root package.json.
  4. Release through Bumpy – Once the package is claimed and trusted publishing is configured, normal releases continue through the Bumpy workflow.

fledgling reads the workspace manifests defined in package.json and pnpm-workspace.yaml, so the repo only needs to expose the actual workspace packages. In this repo that means docs plus packages/*/*.

Packages

License

This project is licensed under the PolyForm Strict License 1.0.0.

Wisemen Core is developed primarily for internal use by the Wisemen agency. We make this codebase freely available for non-commercial purposes, allowing the community to learn from and use our tools at no cost. However, commercial use by other agencies or organizations requires explicit permission.

What this means (in plain English)
  • You may freely use the software for any non-commercial purpose
    (personal projects, research, education, hobby, non-profit, government, internal evaluation, etc.)
  • You may not modify, adapt, or create derivative works
  • You may not redistribute or share the code (or any modified version)
Commercial use or enterprise licensing?

We offer flexible commercial licenses, support contracts, and custom arrangements for businesses.
Please get in touch at sales@wisemen.digital (or your preferred contact) if you'd like to discuss licensing options.

For more details about what you can and cannot do with this software, please refer to the LICENSE file.

Thank you for respecting the license and supporting years of development on wisemen-core!

Repository Stats

Use the stats script to inspect activity over the last 30 days:

pnpm repo:stats