0.7.6 • Published 8 months ago

@kamatte-me/npm-sandbox v0.7.6

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

@kamatte-me/npm-sandbox

My NPM sandbox project.

Build ESM / CJS package with TypeScript.

Tools

Getting Started 🚀

  1. Create a new GitHub repository
  2. Download this repository
  3. Modify the Release Workflow in .github/workflows/release.yml
    - branches:
    -   - main
    + branches-ignore:
    +   - '**'
  4. Modify the Changesets config in .changeset/config.json
    - { "repo": "kamatte-me/npm-sandbox" }
    + { "repo": "<your-org>/<your-repo>" }
  5. Update the following package information in package.json
    • name
    • version: 0.0.0
    • description
    • keywords
    • homepage
    • repository
    • license
    • author
  6. Update README.md
  7. Update LICENSE
  8. 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
  9. Configure GitHub repository Settings
    • Actions > General > Workflow permissions
      • Enable Allow GitHub Actions to create and approve pull requests
    • Secrets and variables > Actions > New repository secret
      • NPM_TOKEN: Your NPM Granular Access Token
  10. Install the following GitHub Apps
  11. DEVELOP YOUR LIBRARY
  12. First Release 🎉
    1. Set the version in package.json
    2. Revert the .github/workflows/release.yml changes

After First Release

For each Pull Request

  1. Before merging a pull request, either run pnpm changeset or follow the comments from changeset-bot on the pull request, decide on the release type and write the release notes.
  2. Confirm that the changeset-bot has commented 🦋 Changeset detected on the pull request before merging.
  3. Merge the pull request.

For each release

Merge the pull request titled Version Packages.

0.7.6

8 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