Skip to content

Instantly share code, notes, and snippets.

View jverneaut's full-sized avatar
🇫🇷

Julien Verneaut jverneaut

🇫🇷
View GitHub Profile
import RandExp from 'randexp';
const technologiesGroups = [
{
"WordPress": {
"js": {
"wp_username": ""
},
"meta": {
"generator": "^WordPress(?: ([\\d.]+))?\\;version:\\1",
@echo off
:debut
cls
set /p lol=Quel est ta couleur prefere ?
if "%lol%"=="noir" goto noir
if "%lol%"=="bleu" goto bleu
if "%lol%"=="vert" goto vert
if "%lol%"=="marron" goto marron
if "%lol%"=="pourpre" goto pourpre
if "%lol%"=="kaki" goto kaki
@ECHO OFF
:defineColor
CLS
COLOR 0f
ECHO What's your favorite color in this list?
ECHO:
ECHO - Black - Gray
ECHO - Blue - Light Blue
@jverneaut
jverneaut / package.json
Last active May 13, 2019 12:28
Webpack
{
"name": "aw",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "webpack -w --mode=production",
"build": "webpack --mode=production"
},
"author": "Julien Verneaut <jverneaut@gmail.com>",
@jverneaut
jverneaut / package.json
Created March 13, 2019 10:09
Webpack for Bootstrap + jQuery + SASS
{
"name": "src",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "webpack --mode production",
"watch": "webpack --watch --mode development"
},
"author": "AW Innovate <hello@aw-innovate.com>",
@jverneaut
jverneaut / postcss.config.js
Created December 17, 2018 13:22
Webpack wordpress
module.exports = {
plugins: {
'autoprefixer': {},
'cssnano': {}
}
}
@ECHO OFF
:defineColor
CLS
COLOR 0f
ECHO What's your favorite color in this list?
ECHO:
ECHO - Black - Gray
ECHO - Blue - Light Blue
@echo off
:debut
cls
set /p lol=Quel est ta couleur prefere ?
if "%lol%"=="noir" goto noir
if "%lol%"=="bleu" goto bleu
if "%lol%"=="vert" goto vert
if "%lol%"=="marron" goto marron
if "%lol%"=="pourpre" goto pourpre
if "%lol%"=="kaki" goto kaki