Skip to content
This repository has been archived by the owner on Aug 31, 2021. It is now read-only.

Create Yeoman generator for protocol filesystems #44

Closed
lavelle opened this issue Aug 26, 2014 · 1 comment · Fixed by #65
Closed

Create Yeoman generator for protocol filesystems #44

lavelle opened this issue Aug 26, 2014 · 1 comment · Fixed by #65

Comments

@lavelle
Copy link
Contributor

lavelle commented Aug 26, 2014

There's a lot of shared code between Amazon S3 and WebDAV. It's highly likely that the other future protocol providers (Samba, SFTP, Git etc) will need to share this code too. It would be nice to have a tool to scaffold providers automatically to speed things up in future.

Files that share lots of code and can be generated:

  • readme.md
  • package.json
  • Gruntfile.js
  • ui/auth.html
  • ui/auth.js
  • ui/style.css
@lavelle
Copy link
Contributor Author

lavelle commented Aug 28, 2014

Think I might just write a quick Node.js script using Underscore templates to do this rather than introduce another dependency.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant