Skip to content
| Marketplace
Sign in
Visual Studio Code
>
Snippets
>
Nodejs pattern
New to Visual Studio Code?
Get it now.
Nodejs pattern
abdelhak akermi
|
1,294 installs
|
(
0
)
|
Free
collection of nodejs design pattern
Installation
Launch VS Code Quick Open (
Ctrl+P
), paste the following command, and press enter.
Copy
Copied to clipboard
More Info
Overview
Version History
Q & A
Rating & Review
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