venmjs
Version:
This is a tool 🔧 that can be installed in your terminal at any time ⛏️ it was made for beginners and even for experts, for his utilities, and for a simple creation process 🧨. Every web developer knows how frustrating is to deal with the creation of a ne
14 lines (13 loc) • 375 B
JavaScript
/* eslint-disable no-unused-labels */
/* DON'T TOUCH THIS FILE!!!!!! */
export default function venmconf(api, frontend, backend, database, modules, test, devops, build) {
frontend: ''
backend: ''
api: ''
database: ''
modules: ['']
test: ['']
devops: ['']
build: ['']
return api, frontend, backend, database, modules, test, devops, build
}