sergiokopplin / tools

🤖 js monorepo with all my @kopplin npm tools

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tools

  • @kopplin/commitlint: CommitLint shared Config
  • @kopplin/eslint: Eslint shared Config
  • @kopplin/prettier: Prettier shared Config
  • @kopplin/tsconfig: TS shared Config

Useful commands

  • yarn build - Build all tools
  • yarn dev - Develop all tools
  • yarn lint - Lint all tools
  • yarn changeset - Generate a changeset
  • yarn clean - Clean up all node_modules and dist folders (runs each tools's clean script)

How to Publish

# make changes & commit
yarn release-local
# make commit & push

About

🤖 js monorepo with all my @kopplin npm tools


Languages

Language:JavaScript 94.3%Language:Shell 5.7%