react-native-create-library icon indicating copy to clipboard operation
react-native-create-library copied to clipboard

Request to Install dependencies automatically by declaring them

Open Angelk90 opened this issue 6 years ago • 2 comments

@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 avatar Feb 07 '18 22:02 Angelk90

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

Angelk90 avatar Jun 25 '18 16:06 Angelk90

@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.

maicki avatar Sep 08 '18 17:09 maicki