strobox

Results 4 issues of strobox

This project is great 🔥 But if it will be somehow extensible (through plugin system for example) it will became more popular. For example ```bash npx generate-api-platform-client http://my-api.com src --generator=react...

I think autocompletion or some UI for fast property assignment will be good enhancement for this project. And some metadata should be added during extraction and publishing to market. Maybe...

I guess this actual for electron since 5.0.0

alexeypetrushin/salejs/blob/master/client/cart.js:458 Have: var i = find(this.items, function(i){return i.name = name}) Should be: var i = find(this.items, function(i){return i.name == name})