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)
- Host: GitHub
- URL: https://github.com/meskill/sharec-config
- Owner: meskill
- Created: 2021-09-22T19:27:16.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-09-18T19:09:17.000Z (over 3 years ago)
- Last Synced: 2025-03-22T02:01:41.293Z (about 1 year ago)
- Topics: gh-backup
- Language: JavaScript
- Homepage:
- Size: 828 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
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`