igniteui-cli
igniteui-cli copied to clipboard
Ignite UI Command-Line Interface by Infragistics
As a developer I need to be able to provide component dependencies for my template and only the required files should be loaded instead of core/lob, or dv We should...
As I developer I should be able to provide my custom template as npm package. The records should be read from the cli config - either globally or local.
Expose required interfaces, potentially some of the utils/base types. This is required if we want to cover more complex extension point where the developers has access to overwrite main functions...
Versioning of templates and projects - how to deal with updates. Compatibility of the projects and templates
Project template extensibility Provide extension point on level project (next to empty project templates) Implement id parameter for new project call
- [ ] Add iOS and bootstrap themes (latter strings be like `bootstrap3/default`) - [ ] Unify theme choices across projects As there are structure changes in 17.2, some parts...
This PR updates the CLI to use [TypeScript modules](https://www.typescriptlang.org/docs/handbook/modules.html). We need this update as in https://github.com/IgniteUI/igniteui-cli/pull/1057 we are trying to use dynamic imports in `TS` to get to logic that's...