http://bit.ly/t-js-debug <- 여기로 접속
https://github.com/subicura/js-debug-sample
clone 또는 zip 다운로드
form-sample 폴더와 react-app-sample 폴더에서 npm install 해주세요.
| " =============================================================== | |
| " Snazzy | |
| " Author: Connor Holyday | |
| " =============================================================== | |
| " Setup | |
| set background=dark | |
| if version > 580 | |
| hi clear | |
| if exists("syntax_on") |
| #!/bin/sh | |
| mypad() { | |
| printf "${text_padding+\033[${text_padding}C}" | |
| } | |
| mycol() { | |
| printf "$(seq 0 7 | xargs printf "\033[${2}%sm$1")$(printf "\033[0m")" | |
| } |
| { | |
| "Default React Function Component": { | |
| "prefix": "function-component", | |
| "body": [ | |
| "import React from 'react';", | |
| "", | |
| "interface I${TM_FILENAME_BASE/(^[a-z])|\\-([0-9a-z])/${1:/capitalize}${2:/capitalize}/g}Props {}", | |
| "", | |
| "const ${TM_FILENAME_BASE/(^[a-z])|\\-([0-9a-z])/${1:/capitalize}${2:/capitalize}/g}: React.FunctionComponent<I${TM_FILENAME_BASE/(^[a-z])|\\-([0-9a-z])/${1:/capitalize}${2:/capitalize}/g}Props> = () => {", | |
| " return <></>;", |
| { | |
| "recommendations": [ | |
| "esbenp.prettier-vscode", | |
| "ms-vscode.vscode-typescript-tslint-plugin" | |
| ] | |
| } |
| { | |
| "editor.tabSize": 2, | |
| "editor.formatOnSave": true, | |
| "editor.formatOnPaste": true, | |
| "editor.codeActionsOnSave": { | |
| "source.fixAll.tslint": true, | |
| "source.fixAll.eslint": true | |
| }, | |
| "typescript.tsdk": "node_modules/typescript/lib" | |
| } |
https://github.com/subicura/js-debug-sample
clone 또는 zip 다운로드
form-sample 폴더와 react-app-sample 폴더에서 npm install 해주세요.
| global: | |
| scrape_interval: 30s | |
| evaluation_interval: 30s | |
| labels: | |
| cluster: swarm | |
| replica: "1" | |
| scrape_configs: | |
| - job_name: 'cadvisor' |
| version: "3" | |
| networks: | |
| monitoring: | |
| services: | |
| cadvisor: | |
| image: google/cadvisor:${CADVISOR_VERSION:-v0.26.1} | |
| networks: | |
| - monitoring |
| # Neofetch config file | |
| # https://github.com/dylanaraps/neofetch | |
| # Speed up script by not using unicode | |
| export LC_ALL=C | |
| export LANG=C | |
| myprin() { | |
| if [ "$2" ]; then | |
| get_$2 &>/dev/null |
| global: | |
| scrape_interval: 30s | |
| evaluation_interval: 30s | |
| external_labels: | |
| monitor: "prometheus-swarm" | |
| rule_files: | |
| scrape_configs: | |
| - job_name: 'prometheus' |