Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 30 days 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 (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-01-13T07:06:24.000Z (11 months ago)
- Last Synced: 2024-05-01T11:30:38.846Z (8 months ago)
- Topics: eslint, jest, package-skeleton, package-template, prettier, project-template, rollup, template, typescript
- Language: JavaScript
- Homepage:
- Size: 162 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 7
-
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 installnpm 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.