Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@iteam/supreme

Package Overview
Dependencies
Maintainers
7
Versions
93
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@iteam/supreme - npm Package Compare versions

Comparing version 1.9.0 to 1.10.0

src/templates/reason/README.md.ejs

7

CHANGELOG.md

@@ -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 @@

2

package.json
{
"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 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc