meskill / sharec-config

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

@meskill/sharec-config

Template for new projects with configs for common tools. Build by 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

About

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


Languages

Language:JavaScript 100.0%