frostney / react-native-create-library

:notebook: Command line tool to create a React Native library with a single command
MIT License
1.45k stars 114 forks source link

Request to Install dependencies automatically by declaring them #49

Open Angelk90 opened 6 years ago

Angelk90 commented 6 years ago

@frostney : Hi, congratulations on the module. It would be interesting to give the possibility that during the creation of the module, the possibility to automatically install dependencies. For example: --dependencies <dependencies> (the name of each dependency separated by a comma: 'com.name0, com.name1, com.name2, ..')

Angelk90 commented 6 years ago

@frostney , @maicki , @thorbenprimke, @rozele : are there any news?

maicki commented 6 years ago

@Angelk90 Hey! What would be the use case for this? Are these dependencies for development or are these dependencies of the library. If these would be dependencies of the library it should be added to the peerDependencies of the libraries package.json.