Surge v0.10.2 released

Kenneth Ormandy
surge sh
Published in
2 min readApr 9, 2015

--

With Surge, we’re committed to being the best way for Front-End Developers to put HTML5 applications and native web apps into production. An important part of this is a polished command line tool.

With the latest release of Surge, we’re continuing to improve that. Surge v0.10.2 includes:

  • Improved error messages and suggestions
  • Clearer CLI prompts

You can install or update Surge with:

npm install --global surge

Then, learn how to get a project published to the web for free, quickly!

Other improvements

In previous recent versions, we also added:

We’re enjoying seeing what you’re deploying with — keep sending them to us on Twitter at @surge_sh. Happy publishing!

Get started at Surge.sh

Or, publish something right from the command line:

npm install --global surge
surge path/to/my-project

--

--