Skip to content

Instantly share code, notes, and snippets.

View yousifalraheem's full-sized avatar
👾
Debugging

Yousif Al-Raheem yousifalraheem

👾
Debugging
View GitHub Profile
@yousifalraheem
yousifalraheem / Medium-ecf2cfb0a3f8-3.json
Created June 14, 2020 07:33
NPM Package script with chained spread commands
{
"scripts": {
"build": "rimraf dist && tslint -p tsconfig.json && webpack -mode production"
}
}
@yousifalraheem
yousifalraheem / Medium-ecf2cfb0a3f8-2.json
Created June 14, 2020 07:32
NPM package necessary information
{
"repository": {
"type": "git",
"url": "https://provider.com/path/to/repo"
},
"bugs": {
"url": "https://provider.com/path/to/repo/issues"
},
"homepage": "https://deployurl.com/"
}
@yousifalraheem
yousifalraheem / Medium-ecf2cfb0a3f8-1.json
Last active June 14, 2020 07:31
NPM auto generated package
{
"name": "test-project",
"version": "1.0.0",
"description": "Project description",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",