FrontendPackageManagers / spec

interface to implement against for each package manager
MIT License
0 stars 0 forks source link

base for reference implementation #1

Open timaschew opened 9 years ago

timaschew commented 9 years ago

I think we can use the Vanilla JS example of TodoMVC as reference: https://github.com/tastejs/todomvc/tree/gh-pages/examples/vanillajs

Maybe then extend the codebase with some more features, with the focus to package managing and browser bundling

timaschew commented 9 years ago

derivation from TodoMVC VanillaJS: the Vanilla example of Todo-Frontend-Package-Manager should have no bower, instead we could create a Makefile with unix tools like curl or wget to download the dependencies defined in the spec