onedesign / generator-one-base

A foundation for One Design Company projects on the web.
Other
1 stars 1 forks source link

Updates base generator to 1.0 and replaces npm install with yarn installs. #29

Closed cmalven closed 7 years ago

cmalven commented 7 years ago

Before and after install times:

npm:
1m 5s

yarn:
34s

Also went ahead and updated generator to the recently-released yeoman generator 1.0 so we don't fall behind.

Note: You may need to update your global version of yo to test this (I did).