You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+15Lines changed: 15 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,21 @@ Imagine working on a project with more than 100s of react components. how good w
11
11
12
12
The way I see it is when you work with multiple different teams on different projects, it is always useful to have isolated project standers that can be easily adjustable for the whole team.
13
13
14
+
####Install
15
+
16
+
`npm i react-react-native-component-node-module-templates`
You will notice this will crate an entry called `gen` in your package.json and copy a folder to your project root called
23
+
`developer-templates`. Fell free to edit the as you see needed.
24
+
25
+
####To run the generator
26
+
27
+
`npm run gen`
28
+
14
29
See [NPM script to automate tasks in React and other JS Projects](https://roshan.digital/npm-script-to-save-time-react-project/) post for more information.
0 commit comments