@iteam/supreme
Advanced tools
Comparing version 1.9.0 to 1.10.0
@@ -0,1 +1,8 @@ | ||
# [1.10.0](https://github.com/Iteam1337/supreme/compare/v1.9.0...v1.10.0) (2019-09-02) | ||
### Features | ||
* **reason:** add travis testing and release ([#22](https://github.com/Iteam1337/supreme/issues/22)) ([2c32a16](https://github.com/Iteam1337/supreme/commit/2c32a16)) | ||
# [1.9.0](https://github.com/Iteam1337/supreme/compare/v1.8.0...v1.9.0) (2019-09-02) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "@iteam/supreme", | ||
"version": "1.9.0", | ||
"version": "1.10.0", | ||
"main": "bin/supreme", | ||
@@ -5,0 +5,0 @@ "bin": "bin/supreme", |
@@ -43,2 +43,11 @@ import execa from 'execa' | ||
// Add custom README | ||
await overwrite({ | ||
templateName: 'reason/README.md', | ||
output: `${projectName}/README.md`, | ||
templateData: { | ||
name: projectName, | ||
}, | ||
}) | ||
// Creating git | ||
@@ -104,2 +113,8 @@ await execa.command('git init', projectFolder) | ||
// Travis setup | ||
await create({ | ||
templateName: 'reason/travis.yml', | ||
output: `${projectName}/.travis.yml`, | ||
}) | ||
// Test setup | ||
@@ -113,2 +128,8 @@ await createFolder(`${projectName}/__tests__`) | ||
// Travis setup | ||
await create({ | ||
templateName: 'reason/travis.yml', | ||
output: `${projectName}/.travis.yml`, | ||
}) | ||
spinner.stop() | ||
@@ -115,0 +136,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
22844
32
362