Last active
March 23, 2020 18:04
-
-
Save mrtcmn/3e6a6bad0af3a8b7ed722c40d54563ff to your computer and use it in GitHub Desktop.
initialization project
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ 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 <[email protected]>): // 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