https://github.com/hackycy/starter-ts
Starter template for TypeScript library
https://github.com/hackycy/starter-ts
Last synced: 22 days ago
JSON representation
Starter template for TypeScript library
- Host: GitHub
- URL: https://github.com/hackycy/starter-ts
- Owner: hackycy
- License: mit
- Created: 2025-12-14T15:25:51.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2026-06-11T09:31:12.000Z (about 2 months ago)
- Last Synced: 2026-06-11T11:15:20.324Z (about 2 months ago)
- Language: TypeScript
- Homepage: https://github.com/antfu/starter-ts
- Size: 179 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pkg-placeholder
[![npm version][npm-version-src]][npm-version-href]
[![npm downloads][npm-downloads-src]][npm-downloads-href]
[![License][license-src]][license-href]
_description_
## Note for Developers
This starter recommands using [npm Trusted Publisher](https://github.com/e18e/ecosystem-issues/issues/201), where the release is done on CI to ensure the security of the packages.
To do so, you need to run `pnpm publish` manually for the very first time to create the package on npm, and then go to `https://www.npmjs.com/package//access` to set the connection to your GitHub repo.
Then for the future releases, you can run `pnpm run release` to do the release and the GitHub Actions will take care of the release process.
## Agents
- [andrej-karpathy-skills-claude.md](https://github.com/multica-ai/andrej-karpathy-skills)
## License
[MIT](./LICENSE) License © [hackycy](https://github.com/hackycy)
[npm-version-src]: https://img.shields.io/npm/v/pkg-placeholder?style=flat&colorA=080f12&colorB=1fa669
[npm-version-href]: https://npmjs.com/package/pkg-placeholder
[npm-downloads-src]: https://img.shields.io/npm/dm/pkg-placeholder?style=flat&colorA=080f12&colorB=1fa669
[npm-downloads-href]: https://npmjs.com/package/pkg-placeholder
[license-src]: https://img.shields.io/github/license/hackycy/pkg-placeholder.svg?style=flat&colorA=080f12&colorB=1fa669
[license-href]: https://github.com/hackycy/pkg-placeholder/blob/main/LICENSE