Skip to content

Commit

Permalink
fix nits from discrod conversation
Browse files Browse the repository at this point in the history
  • Loading branch information
amaster507 authored and bebbi committed Mar 17, 2023
1 parent 6ef4ecf commit e178220
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,6 @@

node_modules
dist
.DS_Store

yarn.lock
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ projects.
This is a CLI that abstracts away all configuration for my open source projects
for linting, testing, building, and more.

This differs from other similar tools like `kcd-scripts` and `create-react-app` in that these scripts are srced in typescript and compiled themselves. This helps keep this script package maintainable and strongly typed with typescript throughout. But more than that is that these scripts does not depend upon babel to compile but rather compiles typescript projects with `tsc` directly. And it continues to use extensions of typescript config files while concurrently building multiple builds of your project to be used for `esm`, `cjs`, and `types` (`umd` builds coming soon). This is the scripting toolset to use if you are building a range of projects from react apps to library packages.

This scripting toolset also favors `yarn` over `npm` and has been developed to work in yarn workspaces too.

## Table of Contents

<!-- START doctoc generated TOC please keep comment here to allow auto update -->
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
"doctoc": "^2.2.1",
"eslint": "^8.35.0",
"eslint-config-kentcdodds": "^20.5.0",
"eslint-config-react-app": "^7.0.1",
"glob": "^9.2.1",
"husky": "^8.0.3",
"is-ci": "^3.0.1",
Expand Down

0 comments on commit e178220

Please sign in to comment.