Timo Hocker ab66113c89 update-scanner: automatic update
@sapphirecode/eslint-config-ts: 1.0.38 ==> 1.0.41 minor
@sapphirecode/standard: 1.0.12 ==> 1.0.13 minor
2020-05-07 10:43:39 +02:00
2020-04-18 19:00:27 +02:00
2020-05-06 08:36:48 +02:00
2020-04-18 17:24:41 +02:00
fix
2020-05-06 07:33:11 +02:00
2020-04-26 11:45:22 +02:00
fix
2020-05-06 07:50:58 +02:00
2020-05-05 19:50:17 +02:00
2020-04-15 20:21:00 +02:00
2020-02-08 16:12:53 +01:00
2020-05-05 19:23:52 +02:00
2020-01-16 21:11:59 +01:00
fix
2020-04-24 10:19:02 +02:00
2020-05-07 10:43:39 +02:00

Snippeteer

Installation

to work with the @scode scope you have to add the following line to your npmrc. for this particular one you'll have to add it to the global npmrc stored in your home folder (~/.npmrc)

@scode:registry=https://npm.scode.ovh

then install the module using the following command

npm i -g @scode/snippeteer

Usage

snippeteer [snippet] [..args]

All snippets will be executed relative to your current working directory!

Snippets

Snippet

Creates a new snippet template

snippeteer snippet [name]

Node

Creates a new nodejs project

snippeteer node [name]

Jenkins

Adds files necessary for jenkins

optionally with a js script for npm modules by adding 'node' as argument

snippeteer jenkins [node]

Vue

Adds files, dependencies and scripts for vue to a nodejs project

snippeteer vue
Description
No description provided
Readme 865 KiB
Languages
TypeScript 98.3%
JavaScript 1.7%