https://github.com/permafrost-dev/typescript-project-skeleton-rollup-jest
project template w/ typescript, eslint, prettier, jest, rollup, and github actions for unit tests/codecov.
https://github.com/permafrost-dev/typescript-project-skeleton-rollup-jest
eslint jest package-skeleton package-template prettier project-template rollup template typescript
Last synced: 11 months ago
JSON representation
project template w/ typescript, eslint, prettier, jest, rollup, and github actions for unit tests/codecov.
- Host: GitHub
- URL: https://github.com/permafrost-dev/typescript-project-skeleton-rollup-jest
- Owner: permafrost-dev
- License: mit
- Created: 2021-03-05T14:52:29.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2025-06-10T07:35:47.000Z (12 months ago)
- Last Synced: 2025-06-10T08:33:26.874Z (12 months ago)
- Topics: eslint, jest, package-skeleton, package-template, prettier, project-template, rollup, template, typescript
- Language: JavaScript
- Homepage:
- Size: 162 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Security: .github/SECURITY.md
Awesome Lists containing this project
README
# package-skeleton
---
Template Setup: run `node configure-package.js` to configure.
{{package.description}}
## Setup
```bash
npm install
npm run dev
```
## Testing
`package-skeleton` uses Jest for unit tests. To run the test suite:
`npm run test`
---
## Changelog
Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.
## Contributing
Please see [CONTRIBUTING](.github/CONTRIBUTING.md) for details.
## Security Vulnerabilities
Please review [our security policy](../../security/policy) on how to report security vulnerabilities.
## Credits
- [{{package.author.name}}](https://github.com/{{package.author.github}})
- [All Contributors](../../contributors)
## License
The MIT License (MIT). Please see [License File](LICENSE) for more information.