auth0 / webtask-widget

[BETA] Widget that can be embedded in websites to allow transparent creation of extension points or urls.
MIT License
10 stars 2 forks source link

support for easily switching to cli mode #9

Open woloski opened 9 years ago

woloski commented 9 years ago

The editing experience inside ACE is fine, but after some time coding on it I find it's not optimal. I would like to use sublime where I have my shortcuts.

Somewhere these instructions:

npm install wt-cli -g
wt init {email/phone}
curl -o webtask_name.js https://webtask.it.auth0.com/...ur_that_gets_the_code_from_s3
wt create webtask_name.js --watch
# edit webtask_name.js on your favorite editor

This would also make it easier to push the code on github.