▲ Show EchoJS: Duo - A next-generation package manager for the front-end at duojs.org▼15 up and 2 down, posted by MattMueller 3746 days ago 6 comments
eskimoblood 3745 days ago. link parent 1 point ▲ ▼So how is this different to the use of npm and webpack/browserify?
zarr2k 3745 days ago. link 1 point ▲ ▼Well for one you won't need to specify the modules you need with more than the require('somemodule') statements in your code. And it can grab modules/components/files directly from github which can be a plus if you have some private modules you use.