Skip to content

Instantly share code, notes, and snippets.

@mrtcmn
Last active March 23, 2020 18:04
Show Gist options
  • Save mrtcmn/3e6a6bad0af3a8b7ed722c40d54563ff to your computer and use it in GitHub Desktop.
Save mrtcmn/3e6a6bad0af3a8b7ed722c40d54563ff to your computer and use it in GitHub Desktop.
initialization project
$ yarn init
yarn init v1.22.4
question name (react-project): enter-your-project-names
question version (1.0.0): //give semantic versioning number.
question description: // brief project description is very usefull for future manitaners
question entry point (index.js): // You can enter and pass here
question repository url (https://github.com/user/repo-name): // you can pass here
question author (Murat Çimen <mrtcmen@gmail.com>): // enter your mail name and mail adress
question license (MIT): // if your project will be opensource, i recomend to read software licensing
question private: // open source or private money maker thing?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment