arsam 1.0.2 → 2.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +21 -1
- package/dist/index.js +41450 -48
- package/package.json +65 -28
- package/.eslintrc +0 -9
- package/.prettierrc +0 -7
- package/dist/data/cv.js +0 -42
package/package.json
CHANGED
|
@@ -1,8 +1,57 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "arsam",
|
|
3
|
-
"version": "
|
|
4
|
-
"description": "Arsam Sarabi's portfolio in an interactive terminal
|
|
3
|
+
"version": "2.0.0",
|
|
4
|
+
"description": "Arsam Sarabi's portfolio in an interactive terminal dist",
|
|
5
5
|
"entry": "./dist/index.js",
|
|
6
|
+
"files": [
|
|
7
|
+
"lib"
|
|
8
|
+
],
|
|
9
|
+
"repository": "git@github.com:arsamsarabi/arsam-cli.git",
|
|
10
|
+
"author": {
|
|
11
|
+
"name": "Arsam Sarabi",
|
|
12
|
+
"email": "arsamsarabi@me.com",
|
|
13
|
+
"url": "https://arsam.dev"
|
|
14
|
+
},
|
|
15
|
+
"license": "MIT",
|
|
16
|
+
"scripts": {
|
|
17
|
+
"clean": "rimraf dist",
|
|
18
|
+
"esbuild": "esbuild src/index.ts --bundle --outfile=dist/index.js --platform=node",
|
|
19
|
+
"build": "yarn clean && yarn esbuild",
|
|
20
|
+
"dev": "ts-node ./src/index.ts",
|
|
21
|
+
"start": "node ./dist/index.js",
|
|
22
|
+
"prettier": "prettier --write 'src/**/*.ts'",
|
|
23
|
+
"lint": "eslint src",
|
|
24
|
+
"tidy": "yarn eslint && yarn prettier",
|
|
25
|
+
"prepare": "husky install"
|
|
26
|
+
},
|
|
27
|
+
"dependencies": {
|
|
28
|
+
"boxen": "^7.0.1",
|
|
29
|
+
"chalk": "^5.2.0",
|
|
30
|
+
"chalk-animation": "^2.0.3",
|
|
31
|
+
"clear": "^0.1.0",
|
|
32
|
+
"figlet": "^1.5.2",
|
|
33
|
+
"gradient-string": "^2.0.2",
|
|
34
|
+
"inquirer": "^9.1.4"
|
|
35
|
+
},
|
|
36
|
+
"devDependencies": {
|
|
37
|
+
"@arsams/eslintrc": "^1.0.1",
|
|
38
|
+
"@arsams/prettierrc": "^1.0.2",
|
|
39
|
+
"@types/chalk-animation": "^1.6.1",
|
|
40
|
+
"@types/clear": "^0.1.2",
|
|
41
|
+
"@types/figlet": "^1.5.5",
|
|
42
|
+
"@types/inquirer": "^9.0.3",
|
|
43
|
+
"esbuild": "^0.17.5",
|
|
44
|
+
"eslint": "^8.33.0",
|
|
45
|
+
"husky": "^8.0.3",
|
|
46
|
+
"lint-staged": "^13.1.0",
|
|
47
|
+
"prettier": "^2.8.3",
|
|
48
|
+
"rimraf": "^4.1.2",
|
|
49
|
+
"ts-node": "^10.9.1",
|
|
50
|
+
"typescript": "^4.9.5"
|
|
51
|
+
},
|
|
52
|
+
"bin": {
|
|
53
|
+
"arsam": "./dist/index.js"
|
|
54
|
+
},
|
|
6
55
|
"keywords": [
|
|
7
56
|
"arsam",
|
|
8
57
|
"sarabi",
|
|
@@ -16,30 +65,18 @@
|
|
|
16
65
|
"node",
|
|
17
66
|
"graphql",
|
|
18
67
|
"redux",
|
|
19
|
-
"
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
"
|
|
26
|
-
"
|
|
27
|
-
"
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
"
|
|
31
|
-
"
|
|
32
|
-
|
|
33
|
-
},
|
|
34
|
-
"devDependencies": {
|
|
35
|
-
"@babel/cli": "^7.7.7",
|
|
36
|
-
"@babel/core": "^7.7.7",
|
|
37
|
-
"@babel/preset-env": "^7.7.7",
|
|
38
|
-
"eslint": "^6.8.0",
|
|
39
|
-
"eslint-config-airbnb-base": "^14.0.0",
|
|
40
|
-
"eslint-plugin-import": "^2.19.0"
|
|
41
|
-
},
|
|
42
|
-
"bin": {
|
|
43
|
-
"arsam": "./dist/index.js"
|
|
44
|
-
}
|
|
68
|
+
"next",
|
|
69
|
+
"nextjs",
|
|
70
|
+
"react native",
|
|
71
|
+
"react-native",
|
|
72
|
+
"svelte",
|
|
73
|
+
"sveltekit",
|
|
74
|
+
"typescript",
|
|
75
|
+
"javascript",
|
|
76
|
+
"terminal",
|
|
77
|
+
"cli",
|
|
78
|
+
"portfolio",
|
|
79
|
+
"styled-components",
|
|
80
|
+
"tailwind"
|
|
81
|
+
]
|
|
45
82
|
}
|
package/.eslintrc
DELETED
package/.prettierrc
DELETED
package/dist/data/cv.js
DELETED
|
@@ -1,42 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
|
4
|
-
value: true
|
|
5
|
-
});
|
|
6
|
-
exports["default"] = void 0;
|
|
7
|
-
|
|
8
|
-
/* eslint-disable quotes */
|
|
9
|
-
var cv = {
|
|
10
|
-
About: {
|
|
11
|
-
data: ["\nHi \uD83D\uDC4B My name is Arsam and I am a Senior Frontend Engineer. \nI have over 6 years of experience in developing websites and web\napplications and 7 years of experience in management. I am highly\nself-motivated and proactive, with a keen interest in technology.\nI am looking for a company where I can make a difference with my\nexperience in Frontend Engineering, Team Leadership, and management.\n "],
|
|
12
|
-
style: {
|
|
13
|
-
colour: 'white'
|
|
14
|
-
}
|
|
15
|
-
},
|
|
16
|
-
Education: {
|
|
17
|
-
data: ["\n \uD83C\uDF93 BSc Computer Science @ Oxford Brookes University\n "],
|
|
18
|
-
style: {
|
|
19
|
-
colour: 'white'
|
|
20
|
-
}
|
|
21
|
-
},
|
|
22
|
-
Experience: {
|
|
23
|
-
data: ["\n\uD83D\uDCBC Technical Lead @ Sensyne Health", "\uD83D\uDD27 Working closely with the Product team and the Design team\n to understand requirements and architect and implement\n Frontend Applications and new features.", "\uD83D\uDD27 Implementing and maintaining shared libraries.", "\uD83D\uDD27 Implementing and maintaining tooling and build script for\n frontend applications and test frameworks.", "\uD83D\uDD27 Mentoring and coaching other developers in my team and the\n wider engineering team.", "\uD83D\uDD27 Working with project managers to develop a living roadmap\n for product delivery.", "\uD83D\uDD27 Acting Scrum master for my team, facilitating all scrum\n ceremonies.", "\uD83D\uDD27 Optimizing our applications for better performance and\n accessibility", " --------------------------------------------------------------- ", "\uD83D\uDCBC Development Manager / Scrum Master @ Contact Partners", "\uD83D\uDD27 In this role, I lead an engineering team of 6 developers.\n Providing SaaS applications for some of the major bank within\n the UK. This was a hands-on role and as well as my other duties,\n I also contributed heavily to the implementation of our\n applications.", " --------------------------------------------------------------- ", "\uD83D\uDCBC UI Developer @ Relayware", "\uD83D\uDD27 In this company, I worked on the Relayware Product application\n and various client portals. Providing a SaaS service to clients\n such as Sony, Dolby and Kaspersky.\n "],
|
|
24
|
-
style: {
|
|
25
|
-
colour: 'white'
|
|
26
|
-
}
|
|
27
|
-
},
|
|
28
|
-
'Tech Stack': {
|
|
29
|
-
data: ["\uD83D\uDEE0 Javascript | Typescript | Node | Express | GraphQL", "\u2728 React | Redux | MobX | Angular | Vue | MongoDB | Mongoose", "\uD83D\uDC84 Styled-Components | CSS | Sass | Less | PostCss", "\u2705 Jest | Enzyme | Cypress | Puppeteer | DevTools ", "\uD83D\uDCE6 Webpack | Docker | CircleCI | CI/CD", "\uD83C\uDD95 Python | Java | Go"],
|
|
30
|
-
style: {
|
|
31
|
-
colour: 'white'
|
|
32
|
-
}
|
|
33
|
-
},
|
|
34
|
-
Contact: {
|
|
35
|
-
data: ["\uD83D\uDCDF https://arsam.io", "\uD83D\uDCEE arsamsarabi@me.com"],
|
|
36
|
-
style: {
|
|
37
|
-
colour: 'white'
|
|
38
|
-
}
|
|
39
|
-
}
|
|
40
|
-
};
|
|
41
|
-
var _default = cv;
|
|
42
|
-
exports["default"] = _default;
|