-
Notifications
You must be signed in to change notification settings - Fork 56
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
28 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
export { pattern as requiredOptions } from "./requiredOptions"; | ||
export { pattern as pluginNameContain64Chars } from "./pluginNameContain64Chars"; | ||
export { pattern as pluginDescriptionContain200Chars } from "./pluginDescriptionContain200Chars"; | ||
export { pattern as allOptions } from "./allOptions"; | ||
export { pattern as languageEN } from "./languageEN"; | ||
export { pattern as languageJA } from "./languageJA"; | ||
export { pattern as emptyOutputDir } from "./emptyOutputDir"; | ||
export { pattern as pluginNameContain65Chars } from "./pluginNameContain65Chars"; | ||
export { pattern as pluginDescriptionContain201Chars } from "./pluginDescriptionContain201Chars"; | ||
export { pattern as existOutputDir } from "./existOutputDir"; | ||
export { pattern as createKintonePluginCommand } from "./createKintonePluginCommand"; | ||
export { pattern as minimumTemplate } from "./minimumTemplate"; | ||
export { pattern as modernTemplate } from "./modernTemplate"; |