-
Notifications
You must be signed in to change notification settings - Fork 72
Open
Labels
bugSomething isn't workingSomething isn't workingdocumentationImprovements or additions to documentationImprovements or additions to documentation
Description
The strings PackageName__ and ComponentName__ present in any of the target files will be overwritten, respectively, by the target package name as-is and the target package name converted to PascalCase (the latter is useful for source code template files where, for example, a React component is created).
This is not true; currently we do that only for ts|tsx|js|jsx|json|md|txt files:
| if (/\.(ts|tsx|js|jsx|json|md|txt)$/i.test(packageFilePath)) { |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingdocumentationImprovements or additions to documentationImprovements or additions to documentation