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
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.
52
52
53
-
So, the idea is to have a create package to use it in the form of:
53
+
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.
54
54
55
-
`npm init node-project path/to/project`
56
-
57
-
and with this have a new folder my-new-project with everything ready to work.
58
-
59
-
I know there are a lot of similar packages out there, but the idea is to learn more about NodeJS API, handling files, packages, etc.
60
55
61
56
## Future features
62
57
@@ -108,7 +103,7 @@ If you are planning to allow this script to create your Github repositories, is
0 commit comments