0.7.6 • Published 9 months ago
@kamatte-me/npm-sandbox v0.7.6
@kamatte-me/npm-sandbox
My NPM sandbox project.
Build ESM / CJS package with TypeScript.
Tools
- pnpm
- Vite
- Vitest
- Biome
- Renovate
- GitHub Actions
- Changesets
- publint
Getting Started 🚀
- Create a new GitHub repository
- Download this repository
- Modify the Release Workflow in
.github/workflows/release.yml- branches: - - main + branches-ignore: + - '**' - Modify the Changesets config in
.changeset/config.json- { "repo": "kamatte-me/npm-sandbox" } + { "repo": "<your-org>/<your-repo>" } - Update the following package information in
package.jsonnameversion:0.0.0descriptionkeywordshomepagerepositorylicenseauthor
- Update
README.md - Update
LICENSE - Push to GitHub
git init git add --all git commit -m "first commit" git branch -M main git remote add origin git@github.com:<user>/<repo>.git git push -u origin main - Configure GitHub repository
SettingsActions>General>Workflow permissions- Enable
Allow GitHub Actions to create and approve pull requests
- Enable
Secrets and variables>Actions>New repository secretNPM_TOKEN: Your NPM Granular Access Token
- Install the following GitHub Apps
- DEVELOP YOUR LIBRARY
- First Release 🎉
- Set the
versioninpackage.json - Revert the
.github/workflows/release.ymlchanges
- Set the
After First Release
For each Pull Request
- Before merging a pull request, either run
pnpm changesetor follow the comments from changeset-bot on the pull request, decide on the release type and write the release notes. - Confirm that the changeset-bot has commented
🦋 Changeset detectedon the pull request before merging. - Merge the pull request.
For each release
Merge the pull request titled Version Packages.
0.7.6
9 months ago
0.7.5
2 years ago
0.0.0
2 years ago
0.7.2
2 years ago
0.7.1
2 years ago
0.7.4
2 years ago
0.7.3
2 years ago
0.7.0
2 years ago
0.6.0
2 years ago
0.5.0
2 years ago
0.4.0
2 years ago
0.3.5
2 years ago
0.3.4
2 years ago
0.3.3
2 years ago
0.3.2
2 years ago
0.3.1
2 years ago
0.3.0
2 years ago
0.2.7
2 years ago
0.2.6
2 years ago
0.2.5
2 years ago
0.2.4
2 years ago
0.2.3
2 years ago
0.2.2
2 years ago
0.2.1
2 years ago
0.2.0
2 years ago
0.1.0
2 years ago
0.0.15
2 years ago
0.0.14
2 years ago
0.0.13
2 years ago
0.0.12
2 years ago
0.0.11
2 years ago
0.0.10
2 years ago
0.0.9
2 years ago
0.0.8
2 years ago
0.0.7
2 years ago
0.0.6
2 years ago
0.0.5
2 years ago
0.0.4
2 years ago
0.0.3
2 years ago
0.0.2
2 years ago
0.0.1
2 years ago