An open API service indexing awesome lists of open source software.

https://github.com/abakermi/vscode-node-pattern


https://github.com/abakermi/vscode-node-pattern

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

# node-pattern vscode extension


A collection of nodejs design pattern in commonjs and es6 flavor

prefix
description

cjs-singleton

Generate new singleton in commonjs format

cjs-factory

Generate new factory in commonjs format

cjs-proxy

Generate new proxy in commonjs format

cjs-decorator

A decorator pattern with commonjs