jackfranklin / pulldown

The minimal JavaScript package manager.
175 stars 7 forks source link

Use multiline for our help #88

Open jackfranklin opened 10 years ago

jackfranklin commented 10 years ago

https://github.com/sindresorhus/multiline

Better then all them console logs whattt

sindresorhus commented 10 years ago

I just implemented a stripIndent method that let's you strip redundant indentation so you can indent it in source without affecting the resulting string: https://github.com/sindresorhus/multiline#strip-indent

jackfranklin commented 10 years ago

Now that is awesome. Definitely going to get this in soon :shipit: