We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0de85e7 commit 9373bf2Copy full SHA for 9373bf2
README.md
@@ -51,7 +51,12 @@ Note: this project is initialized with Yarn.
51
52
### Adding / removing packages
53
54
-To add a new package
+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).
60
61
After changing the packages run `yarn clean && npx lerna bootstrap` to clean & reinit the workspaces.
62
packages/shared/.gitignore
0 commit comments