Fokke Zandbergen

Results 88 issues of Fokke Zandbergen

Some ideas: - Add a special namespace to the registry that returns what you ask for: - registry.gitt.io/widget-foo-1.3.1-nodist - Create a fake project with tiapp.xml and config.json - Add a...

medium

When doing `gittio update` I got #27 ``` [ERROR] ti.urbanairship component not found, did you mean ti.urbanAirship? ``` So it looks like we need to handle case sensitive stuff for...

bug

You should be able to `require('gittio')` already, but it's not quite there yet. This needs to be finished, tested and documented.

- Search for `tiapp.xml` - Simply download repo via `gittio install` - Use `tiapp.xml`'s `` as component id

Which should just show the current versions and the most recent versions found. Possibly allowing to select which ones to update.

Only if a version was specified should the CLI set this in `widget.json` or `tiapp.xml`. Otherwise it should just leave the attribute out or use `*` in `widget.json`.

Similar to how NPM does it, show a tree of installed and failed components, including dependencies.

medium

Can be used by maintainers to inform about: - Opt-out for index - List of files to ignore when installing - Path to read me to display - ...