@carmen0208/create-ts-project
Advanced tools
Comparing version 0.1.0 to 0.2.0
{ | ||
"name": "@carmen0208/create-ts-project", | ||
"version": "0.1.0", | ||
"version": "0.2.0", | ||
"description": "CLI tool to create TypeScript project", | ||
@@ -5,0 +5,0 @@ "main": "dist/cli.js", |
# create-ts-project | ||
## Usage | ||
```bash | ||
npx @carmen0208/create-ts-project your-project-name | ||
``` | ||
{ | ||
"name": "template-project", | ||
"version": "0.1.0", | ||
"version": "1.0.0", | ||
"description": "A TypeScript project template with ESLint and Jest", | ||
@@ -16,4 +16,3 @@ "main": "dist/index.js", | ||
"keywords": [ | ||
"typescript", | ||
"template" | ||
"typescript" | ||
], | ||
@@ -36,3 +35,6 @@ "author": "", | ||
"@types/fs-extra": "^11.0.4" | ||
}, | ||
"dependencies": { | ||
"dotenv": "^16.4.5" | ||
} | ||
} |
@@ -1,7 +0,2 @@ | ||
export function greet(name: string): string { | ||
return `Hello, ${name}! Welcome to TypeScript Stream project!`; | ||
} | ||
if (require.main === module) { | ||
console.log(greet('Developer')); | ||
} | ||
import { config } from './config'; | ||
console.log(`Server running in ${config.nodeEnv} mode on port ${config.port}`); |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
200445
18
5557
9
1