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

https://github.com/meskill/sharec-config

Template configs for typical Typescript Project made with [sharec](https://github.com/lamartire/sharec)
https://github.com/meskill/sharec-config

gh-backup

Last synced: 10 months ago
JSON representation

Template configs for typical Typescript Project made with [sharec](https://github.com/lamartire/sharec)

Awesome Lists containing this project

README

          

# @meskill/sharec-config

Template for new projects with configs for common tools. Build by [sharec](https://github.com/lamartire/sharec)

## Configs

- Dependencies: `package.json` with needed dependencies and scripts
- Package Manager: `yarnrc.yml` config for yarn 2+ project with global pnp mode
- Code style: `.editorconfig`, `.prettierrc.yml`, `.eslintrc.yml`
- Typescript: `tsconfig.json`
- Testing: `jest.config.mjs`
- License: `GPL-3.0`

## Usage

- `yarn init -i berry`
- `yarn add --dev @meskill/sharec-config`
- `yarn dlx @yarnpkg/sdks`