2020-01-15 20:56:47 +01:00
2020-01-15 20:44:53 +01:00
2020-01-15 11:50:44 +01:00
2020-01-15 11:40:33 +01:00
2020-01-15 11:50:44 +01:00
2020-01-15 15:43:23 +01:00
2020-01-15 11:50:44 +01:00
2020-01-15 11:51:59 +01:00
2020-01-15 11:40:33 +01:00
2020-01-15 20:44:53 +01:00
2020-01-15 20:44:53 +01:00
2020-01-15 20:56:47 +01: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]
Description
No description provided
Readme 865 KiB
Languages
TypeScript 98.3%
JavaScript 1.7%