Skip to content

Commit 9373bf2

Browse files
committed
update help content
1 parent 0de85e7 commit 9373bf2

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

README.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,12 @@ Note: this project is initialized with Yarn.
5151

5252
### Adding / removing packages
5353

54-
To add a new package
54+
To add a new package create a new folder in under `packages` and copy the<br>
55+
`.eslint.json`, `package.json`, `tsconfig.json` from another similar project in here.<br>
56+
After that you can setup your project how you like it.
57+
58+
(you can also extend the custom scripts from the main `package.json`<br>
59+
or already include in as dependency for another package).
5560

5661
After changing the packages run `yarn clean && npx lerna bootstrap` to clean & reinit the workspaces.
5762

packages/shared/.gitignore

-2
This file was deleted.

0 commit comments

Comments
 (0)