UNPKG

nestch

Version:

A CLI tool for renaming NestJS resource names easily.

65 lines 1.1 kB
{ "name": "nestch", "version": "1.3.3", "private": false, "description": "A CLI tool for renaming NestJS resource names easily.", "main": "bin/cli.js", "dependencies": { "commander": "^14.0.0", "prompts": "^2.4.2" }, "keywords": [ "nestjs", "nest", "nestjs-cli", "cli", "change", "name", "rename", "resource", "refactor", "generator", "module", "controller", "service", "entity", "dto", "guard", "interceptor", "pipe", "filter", "resolver", "repository", "gateway", "subscriber", "middleware", "project", "typescript" ], "repository": { "type": "git", "url": "git+https://github.com/isnoa/nestch.git" }, "contributors": [ { "name": "isnoa", "email": "isnoa3166@gmail.com", "url": "https://github.com/isnoa" } ], "author": "isnoa", "license": "MIT", "bin": { "nestch": "bin/cli.js" }, "files": [ "bin", "lib", "package.json", "README.md", "LICENSE" ], "engines": { "node": ">=20.0.0" } }