Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.