Hello everyone! Every time I start a project, I have to first run "npm init" or "yarn init", edit the package.json manually to have some properties and then install the dependencies and I also have to fully write their names correctly. That's why I created Initior, it combines all of these steps into one and it also makes it easier to install your dependencies. Initior will suggest some of the most popular packages on npm to select and it will be automatically installed. It will also ask if you have any other dependencies you wish to install and Initior will install them for you. Initior will also ask you more questions than npm or yarn so the manual editing time will be less and getting into writing your code much faster. Initior will ask you questions like if you want to set your package as private or if your package is a global package or not! I wish you all try it and tell me what you think on my twitter @ahmedtarek_32.