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
Every time that I start a new project in Node.js, I hate to go to other project folder, copy files like eslintrc, editorconfig; install the same dependencies, create folder structure, etc.
51
50
52
-
I'm not expert with NodeJS, but every time that I start a new project, I hate to go to other project, copy files like eslintrc, editorconfig, install the same dependencies, create folder structure, etc.
51
+
With this in mind, the motivation to build this package started as a **DRY** (Do not repeat yourself) thing.
53
52
54
-
So, the idea is to have an automated way to initialize new NodeJS projects and with this have a new folder with everything ready to work in what really matters.
53
+
This package is intended to automated the initialization of new Node.js projects and with this have a new folder with everything ready to work, basically an scaffolding tool.
55
54
56
55
57
56
## Future features
58
57
59
58
1. Unit testing
60
-
7. Options to create the project with params instead of questionnaire
59
+
7. Options to create the project with parameters instead of questionnaire
61
60
10. A good error handler
62
61
11. Color for the console messages
63
62
12. Improve the template structure (the one that is generated in the new project) to include unit test
64
63
18. Option to questionnaire with all the default values
65
-
2. Logic to handle multiple auth files and multiple github accounts
64
+
2. Logic to handle multiple authentication files and multiple Github accounts
66
65
67
66
## Configure Github Authentication
68
67
@@ -105,3 +104,6 @@ If you are planning to allow this script to create your Github repositories, is
0 commit comments