Docker and npm
.
├── Dockerfile
└── src
├── package.json
└── task.js
code
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
ol,
ul {
list-style: none;
remove multiples branch with zsh replace UT2 :)
gb -D `gb | grep -E 'UT2*'`
normal
git brand -D `git branch | grep -E 'UT2*'`
typing the prefix name and pressing tab will create the code base.
{
// Place your snippets for typescriptreact here. Each snippet is defined under a snippet name and has a prefix, body and
// description. The prefix is what is used to trigger the snippet and the body will be expanded and inserted. Possible variables are:
// $1, $2 for tab stops, $0 for the final cursor position, and ${1:label}, ${2:another} for placeholders. Placeholders with the
#!/bin/bash | |
curl_check () | |
{ | |
echo "Checking for curl..." | |
if command -v curl > /dev/null; then | |
echo "Detected curl..." | |
else | |
echo "Installing curl..." | |
apt-get install -q -y curl |