Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rayriffy/is-fizzbuzz
https://github.com/rayriffy/is-fizzbuzz
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/rayriffy/is-fizzbuzz
- Owner: rayriffy
- License: mit
- Created: 2023-07-22T06:52:58.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-07-22T08:00:29.000Z (over 1 year ago)
- Last Synced: 2024-10-11T13:27:06.078Z (about 1 month ago)
- Language: TypeScript
- Size: 55.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# quick-npm
Quick start template to rapidly develop NPM packages with speed, and automations.
## Install
```bash
pnpm add @rayriffy/quick-npm
```## Setting up
1. Allow GitHub Actions to create pull request
2. Generate NPM authotization token into `NPM_TOKEN` secret## Publishing
This repository has been configured to automatically publish NPM packages by [Changesets](https://github.com/changesets/changesets). Run `pnpm changeset` command to publishing your changes before commit.