Comparing version 1.5.0 to 3.0.0
@@ -34,21 +34,21 @@ #!/usr/bin/env node | ||
var data = { | ||
name: chalk_1.default.white('Igor Szyporyn Jørgensen'), | ||
handle: chalk_1.default.cyan('IgorSzyporyn'), | ||
title: chalk_1.default.white('Lead Frontend Developer'), | ||
workplace: chalk_1.default.white('Appstract'), | ||
twitter: chalk_1.default.cyan('https://twitter.com/IgorSzyporyn'), | ||
github: chalk_1.default.cyan('https://github.com/IgorSzyporyn'), | ||
linkedin: chalk_1.default.cyan('https://linkedin.com/in/IgorSzyporyn'), | ||
npm: chalk_1.default.cyan('https://npmjs.org/package/igor-szyporyn'), | ||
npx: chalk_1.default.white('npx isj'), | ||
labelTwitter: chalk_1.default.white.bold(' Twitter:'), | ||
labelGitHub: chalk_1.default.white.bold(' GitHub:'), | ||
labelNpm: chalk_1.default.white.bold(' NPM:'), | ||
labelLinkedIn: chalk_1.default.white.bold(' LinkedIn:'), | ||
labelNpmPackages: chalk_1.default.white.bold(' NPM Packages:'), | ||
npmStorybookFacelift: chalk_1.default.cyan('https://npmjs.org/package/storybook-facelift'), | ||
npmReactTimeoutButton: chalk_1.default.cyan(' https://npmjs.org/package/react-timeout-button'), | ||
npmEnvOverlay: chalk_1.default.cyan(' https://npmjs.org/package/env-overlay'), | ||
name: chalk_1.default.white("Igor Szyporyn Jørgensen"), | ||
handle: chalk_1.default.cyan("IgorSzyporyn"), | ||
title: chalk_1.default.white("Senior Frontend Developer"), | ||
workplace: chalk_1.default.white("Banking Circle"), | ||
twitter: chalk_1.default.cyan("https://twitter.com/IgorSzyporyn"), | ||
github: chalk_1.default.cyan("https://github.com/IgorSzyporyn"), | ||
linkedin: chalk_1.default.cyan("https://linkedin.com/in/IgorSzyporyn"), | ||
npm: chalk_1.default.cyan("https://npmjs.org/package/igor-szyporyn"), | ||
npx: chalk_1.default.white("npx isj"), | ||
labelTwitter: chalk_1.default.white.bold(" Twitter:"), | ||
labelGitHub: chalk_1.default.white.bold(" GitHub:"), | ||
labelNpm: chalk_1.default.white.bold(" NPM:"), | ||
labelLinkedIn: chalk_1.default.white.bold(" LinkedIn:"), | ||
labelNpmPackages: chalk_1.default.white.bold(" NPM Packages:"), | ||
npmStorybookFacelift: chalk_1.default.cyan("https://npmjs.org/package/storybook-facelift"), | ||
npmReactTimeoutButton: chalk_1.default.cyan(" https://npmjs.org/package/react-timeout-button"), | ||
npmEnvOverlay: chalk_1.default.cyan(" https://npmjs.org/package/env-overlay"), | ||
}; | ||
var newline = '\n'; | ||
var newline = "\n"; | ||
var heading = "" + data.name; | ||
@@ -55,0 +55,0 @@ var title = "" + data.title; |
@@ -1,6 +0,2 @@ | ||
### 1.5.0 (2021-07-29) | ||
## 3.0.0 (2022-06-19) | ||
##### Bug Fixes | ||
* updated place of business (eeeb9d0b) | ||
{ | ||
"name": "isj", | ||
"version": "1.5.0", | ||
"version": "3.0.0", | ||
"description": "Igor Szyporyn Jørgensen", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
#!/usr/bin/env node | ||
import chalk from 'chalk' | ||
import boxen, { BorderStyle } from 'boxen' | ||
import chalk from "chalk"; | ||
import boxen, { BorderStyle } from "boxen"; | ||
@@ -10,32 +10,38 @@ const options: boxen.Options = { | ||
borderStyle: BorderStyle.Round, | ||
} | ||
}; | ||
const data = { | ||
name: chalk.white('Igor Szyporyn Jørgensen'), | ||
handle: chalk.cyan('IgorSzyporyn'), | ||
title: chalk.white('Lead Frontend Developer'), | ||
workplace: chalk.white('Appstract'), | ||
twitter: chalk.cyan('https://twitter.com/IgorSzyporyn'), | ||
github: chalk.cyan('https://github.com/IgorSzyporyn'), | ||
linkedin: chalk.cyan('https://linkedin.com/in/IgorSzyporyn'), | ||
npm: chalk.cyan('https://npmjs.org/package/igor-szyporyn'), | ||
npx: chalk.white('npx isj'), | ||
labelTwitter: chalk.white.bold(' Twitter:'), | ||
labelGitHub: chalk.white.bold(' GitHub:'), | ||
labelNpm: chalk.white.bold(' NPM:'), | ||
labelLinkedIn: chalk.white.bold(' LinkedIn:'), | ||
labelNpmPackages: chalk.white.bold(' NPM Packages:'), | ||
npmStorybookFacelift: chalk.cyan('https://npmjs.org/package/storybook-facelift'), | ||
npmReactTimeoutButton: chalk.cyan(' https://npmjs.org/package/react-timeout-button'), | ||
npmEnvOverlay: chalk.cyan(' https://npmjs.org/package/env-overlay'), | ||
} | ||
name: chalk.white("Igor Szyporyn Jørgensen"), | ||
handle: chalk.cyan("IgorSzyporyn"), | ||
title: chalk.white("Senior Frontend Developer"), | ||
workplace: chalk.white("Banking Circle"), | ||
twitter: chalk.cyan("https://twitter.com/IgorSzyporyn"), | ||
github: chalk.cyan("https://github.com/IgorSzyporyn"), | ||
linkedin: chalk.cyan("https://linkedin.com/in/IgorSzyporyn"), | ||
npm: chalk.cyan("https://npmjs.org/package/igor-szyporyn"), | ||
npx: chalk.white("npx isj"), | ||
labelTwitter: chalk.white.bold(" Twitter:"), | ||
labelGitHub: chalk.white.bold(" GitHub:"), | ||
labelNpm: chalk.white.bold(" NPM:"), | ||
labelLinkedIn: chalk.white.bold(" LinkedIn:"), | ||
labelNpmPackages: chalk.white.bold(" NPM Packages:"), | ||
npmStorybookFacelift: chalk.cyan( | ||
"https://npmjs.org/package/storybook-facelift" | ||
), | ||
npmReactTimeoutButton: chalk.cyan( | ||
" https://npmjs.org/package/react-timeout-button" | ||
), | ||
npmEnvOverlay: chalk.cyan( | ||
" https://npmjs.org/package/env-overlay" | ||
), | ||
}; | ||
const newline = '\n' | ||
const heading = `${data.name}` | ||
const title = `${data.title}` | ||
const workplace = `${data.workplace}` | ||
const twittering = `${data.labelTwitter} ${data.twitter}` | ||
const npming = `${data.labelNpm} ${data.npm}` | ||
const githubing = `${data.labelGitHub} ${data.github}` | ||
const linkedining = `${data.labelLinkedIn} ${data.linkedin}` | ||
const newline = "\n"; | ||
const heading = `${data.name}`; | ||
const title = `${data.title}`; | ||
const workplace = `${data.workplace}`; | ||
const twittering = `${data.labelTwitter} ${data.twitter}`; | ||
const npming = `${data.labelNpm} ${data.npm}`; | ||
const githubing = `${data.labelGitHub} ${data.github}`; | ||
const linkedining = `${data.labelLinkedIn} ${data.linkedin}`; | ||
@@ -47,3 +53,3 @@ const output = | ||
newline + | ||
workplace + | ||
workplace + | ||
newline + | ||
@@ -58,4 +64,4 @@ newline + | ||
newline + | ||
twittering | ||
twittering; | ||
console.log(chalk.green(boxen(output, options))) | ||
console.log(chalk.green(boxen(output, options))); |
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
169
63271