frostney / react-native-create-library

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

Invalid path in the message when a project is created. #80

Open RobinBobin opened 6 years ago

RobinBobin commented 6 years ago

Hi!

When I run react-native-create-library MyTest

I see this in the console: Created library MyTest in./MyTest.

But the folder is react-native-my-test, so I spent some time trying to understand where's my new lib.

It seems like a bug to me, the path in the message being different from reality :) .

Thanks.