Skip to content

Commit

Permalink
chore: generate pkg from template with plop
Browse files Browse the repository at this point in the history
  • Loading branch information
fmal committed Oct 9, 2019
1 parent 969891d commit f8c1d68
Show file tree
Hide file tree
Showing 14 changed files with 1,085 additions and 103 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ Using [Jest](https://github.com/facebook/jest), [eslint](https://github.com/esli

## 🛠 Tasks

- `npm run commit`: guide you through creating commits with correct commit messages
- `npm run checkdeps`: check if all dependencies are correctly installed and in sync
- `npm run fixdeps`: add missing dependencies to the monorepo when you add or upgrade dependencies for your packages
- `npm test`: run the tests for all packages
- `npm run commit` guide you through creating commits with correct commit messages
- `npm run checkdeps` check if all dependencies are correctly installed and in sync
- `npm run fixdeps` add missing dependencies to the monorepo when you add or upgrade dependencies for your packages
- `npm test` run the tests for all packages
- `npm run test:coverage` run tests across packages and output coverage
- `npm run lint`: check for linting errors
- `npm run typecheck`: check if the types of your packages are correct
- `npm run lint` check for linting errors
- `npm run typecheck` check if the types of your packages are correct
- `npm run build` compile source for all packages
- `npm run release` build & publish using `repo-cooker --release`
- `npm run link` an alias for `repo-cooker --link` which symlinks dependencies. This is automatically run through the `postinstall` hook when you do `npm install`
Expand Down
Loading

0 comments on commit f8c1d68

Please sign in to comment.