https://github.com/abakermi/vscode-node-pattern
https://github.com/abakermi/vscode-node-pattern
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/abakermi/vscode-node-pattern
- Owner: abakermi
- License: mit
- Created: 2022-12-14T09:03:13.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-12-25T05:37:09.000Z (over 3 years ago)
- Last Synced: 2025-01-23T09:44:47.401Z (over 1 year ago)
- Size: 35.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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