https://www.elastic.co/guide/en/elasticsearch/reference/6.3/docker.html
https://www.elastic.co/guide/en/elasticsearch/reference/current/mapping-types.html
| SELECT | |
| count(*) AS "tables", schemaname | |
| FROM | |
| pg_tables | |
| WHERE | |
| schemaname | |
| IN | |
| ( | |
| SELECT | |
| nspname |
| git filter-branch --force --index-filter 'git rm -r --cached --ignore-unmatch public/assets' --prune-empty --tag-name-filter cat -- --all | |
| git filter-branch --force --index-filter 'git rm -r --cached --ignore-unmatch public/packs' --prune-empty --tag-name-filter cat -- --all |
Netlify
Heroku
| command + p = Find file |
09/04/2018
$ npm info "eslint-config-airbnb@latest" peerDependencies
Output:
{
eslint: '^4.9.0',
'eslint-plugin-import': '^2.7.0',
'eslint-plugin-jsx-a11y': '^6.0.2',
| { | |
| "env": { | |
| "es6": true | |
| }, | |
| "parserOptions": { | |
| "ecmaVersion": 6, | |
| "sourceType": "module", | |
| "ecmaFeatures": { | |
| "jsx": true | |
| } |
| #! /bin/bash | |
| # get branch name | |
| branch=$(git rev-parse --abbrev-ref HEAD) | |
| # validate branch (test) | |
| if [ "$branch" == "test" ]; then | |
| echo "" | |
| echo "Preparando la precompilación" | |
| echo "" |