Skip to content

Commit b0fb3f7

Browse files
authored
Added RM
1 parent eb7821b commit b0fb3f7

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

README.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,18 @@
11
# react-componant-stater
2-
CLI script to create React and React Native component creator tool for creating the component file and other files like CSS module. Also give you the option to quickly edit the template according to your project. But of you can use this in any other JS repos like angular or Node.
2+
3+
## How to use NPM scripts to save time and automate tasks on React and other JS projects like React native, Angular or Express?
4+
5+
CLI script to create React and React Native component creator tool for creating the component file and other files like CSS module. Also give you the option to quickly edit the template according to your project. But of you can use this in any other JS repos like angular or Node.
6+
7+
Imagine working on a project with more than 100s of react components. how good we can create components using an npm task inside the project. This way, it will save time and helps to maintain consistency throughout the files. And of course, you can approach this in various ways. Such as
8+
9+
- Create and template file type on the code editor.
10+
- Use a plugin that gives snippets for the code editor.
11+
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+
14+
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 infomation.
15+
16+
Also feel free contribute to save time. :innocent: Happy Coding :heart: :muscle:
17+
18+

0 commit comments

Comments
 (0)