A progressive Node.js framework for building efficient and scalable server-side applications.
$ npm install -D 4itech-schematics
-
comment out settings.json
"editor.formatOnSave": true, "editor.codeActionsOnSave": { "source.fixAll": "explicit", "source.fixAll.eslint": "explicit", "source.organizeImports": "explicit", "source.sortMembers": "explicit" },
-
Search (with Match Case & include files)
- replace domain-0001 to <%= singular(name) %>
- replace Domain0001 to <%= classify(singular(name)) %>
- replace domain0001 to <%= lowercased(singular(name)) %>