Release 2.3.0 (May 07, 2019)
2.3.0 (May 07, 2019)
Create Flex Plugin 2.3 brings TypeScript support.
Highlights
- Create TypeScript Project
New Features
TypeScript
When creating a new project, you can pass the optional --typescript to create a TypeScript project instead of a JavaScript project:
npx create-flex-plugin plugin-sample --typescript