@brightspace-ui/create
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -44,3 +44,4 @@ "use strict"; | ||
}); | ||
(0, _helper.copyFile)(`${__dirname}/templates/configured/_gitignore`, `${(0, _helper.getDestinationPath)(templateData.hyphenatedName)}/.gitignore`); | ||
(0, _helper.copyFilesInDir)(`${__dirname}/templates/static`, (0, _helper.getDestinationPath)(templateData.hyphenatedName)); | ||
} |
@@ -12,3 +12,3 @@ "use strict"; | ||
(0, _helper.mergeText)(`${__dirname}/templates/_README.md`, `${(0, _helper.getDestinationPath)(templateData.hyphenatedName)}/README.md`); | ||
(0, _helper.mergeText)(`${__dirname}/templates/.gitignore`, `${(0, _helper.getDestinationPath)(templateData.hyphenatedName)}/.gitignore`); | ||
(0, _helper.mergeText)(`${__dirname}/templates/_gitignore`, `${(0, _helper.getDestinationPath)(templateData.hyphenatedName)}/.gitignore`); | ||
(0, _helper.copyFile)(`${__dirname}/templates/_element.visual-diff.js`, `${(0, _helper.getDestinationPath)(templateData.hyphenatedName)}/test/${templateData.hyphenatedName}.visual-diff.js`); | ||
@@ -15,0 +15,0 @@ (0, _helper.replaceText)(`${(0, _helper.getDestinationPath)(templateData.hyphenatedName)}/test/${templateData.hyphenatedName}.visual-diff.js`, templateData); |
{ | ||
"name": "@brightspace-ui/create", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Initializer for Brightspace web components", | ||
@@ -5,0 +5,0 @@ "repository": "https://github.com/BrightspaceUI/create.git", |
# @brightspace-ui/create | ||
[![NPM version](https://img.shields.io/npm/v/@brightspace-ui/create.svg)](https://www.npmjs.org/package/@brightspace-ui/create) | ||
Initializer for Brightspace web components. | ||
@@ -4,0 +6,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
59664
658
88