CodeExceleratorThis extension help to create boilerplate for typescript react. FeaturesCreating application features with just a name of the feature area. RequirementsRequire a typescript react application already exist. or just git clone typescript react starter. Default application folders structure are: (default path is configurable. Just update and reload extension.)
Areas are the major categories of application features. In order to utilize the extension, add template files to your code base. The default setting for templates files:
And to utilize the menu auto set:
These are optional settings which matched the extension default settings as described in Settings. Extension will create stub file if templates option is turn off. (default is on). Extension SettingsThis extension contributes the following settings:
Command
Known IssuesN/A Release NotesThis is a very first release so more improvement is needed. 0.5.0Bug fix on path in the last 5 minors. Somehow workspace.uri.path is not the same as fsPath in macOS vs windows 0.9.0Fix all path issues 0.13.0Add icon 0.14.0Update logic to allow create sub feature within Areas function ie. Add a userView in Area Users. >areas/Users/userView This will create a new feature UserView under Users Areas * note that you can overwrite sub feature by running the same cmd. Feed backFeed back is welcome. Code will be published to github soon so others can contribute. |