UNPKG

@canseyran/create-ts-cli-app

Version:

Create TypeScript CLI App is a simple and efficient tool to set up a Node.js TypeScript project with minimal hassle. It comes pre-configured with essential tools and libraries, allowing you to focus on writing your code rather than setting up your environ

58 lines (57 loc) 1.44 kB
{ "name": "@canseyran/create-ts-cli-app", "version": "1.0.6", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "bin": { "create-ts-cli-app": "bin/install.js" }, "keywords": [ "typescript", "cli", "command-line", "nodejs", "webpack", "eslint", "prettier", "vitest", "chalk", "commander", "inquirer", "typescript-cli", "node-cli", "create-cli-app", "typescript-starter", "nodejs-starter", "starter-project", "easy-setup", "quick-start", "typescript-tooling", "javascript", "tooling", "code-quality", "unit-testing", "code-formatting", "easy-install", "beginner-friendly", "scaffold", "prototype" ], "author": "Ogulcan Seyran", "license": "MIT", "type": "module", "dependencies": { "chalk": "^5.3.0" }, "repository": { "type": "git", "url": "git+https://github.com/canseyran/create-ts-cli-app.git" }, "bugs": { "url": "https://github.com/canseyran/create-ts-cli-app/issues" }, "homepage": "https://github.com/canseyran/create-ts-cli-app#readme", "description": "Create TypeScript CLI App is a simple and efficient tool to set up a Node.js TypeScript project with minimal hassle. It comes pre-configured with essential tools and libraries, allowing you to focus on writing your code rather than setting up your environment." }