jfrolich / smoothie

Beautiful emails for your elixir application
MIT License
46 stars 5 forks source link

Detect yarn.lock file during init #13

Closed MattNguyen closed 7 years ago

MattNguyen commented 7 years ago

If yarn.lock file exists, use yarn add [package]. If the file doesn't exist, fallback to npm install.

jfrolich commented 7 years ago

💪