Socket
Socket
Sign inDemoInstall

touch-win

Package Overview
Dependencies
23
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.7.1 to 1.0.0

.eslintrc

42

package.json
{
"name": "touch-win",
"version": "0.7.1",
"version": "1.0.0",
"description": "A tool that will allow you to use the 'touch' command on steroids to create multiple files using the terminal on any operating system.",
"main": "bin/index.js",
"bin": {
"touch-win": "./lib/src/index.js"
"touch-win": "./bin/index.js"
},
"scripts": {
"prepare": "npm run build",
"build": "rimraf ./lib && tsc",
"watch": "tsc --watch"
"prepare": "yarn build",
"build": "rimraf ./bin && tsc",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zitrocode/touch-win.git"
},
"repository": "git+https://github.com/zitrocode/touch-win.git",
"keywords": [

@@ -31,18 +29,20 @@ "cli",

"homepage": "https://github.com/zitrocode/touch-win#readme",
"private": false,
"dependencies": {
"colors": "^1.4.0",
"update-notifier": "^5.1.0",
"yargs": "^17.3.1"
"chalk": "4.1.2",
"open": "8.4.0",
"yargs": "17.5.1"
},
"devDependencies": {
"@types/node": "^17.0.31",
"@types/update-notifier": "^5.1.0",
"@types/yargs": "^17.0.10",
"@typescript-eslint/eslint-plugin": "^5.29.0",
"@typescript-eslint/parser": "^5.29.0",
"eslint": "^8.18.0",
"rimraf": "^3.0.2",
"ts-node": "^10.7.0",
"typescript": "^4.6.4"
"@types/jest": "28.1.7",
"@types/node": "18.7.5",
"@types/yargs": "17.0.11",
"@typescript-eslint/eslint-plugin": "5.33.1",
"@typescript-eslint/parser": "5.33.1",
"eslint": "8.22.0",
"jest": "28.1.3",
"prettier": "2.7.1",
"ts-jest": "28.0.8",
"typescript": "4.7.4"
}
}

@@ -89,11 +89,13 @@ <br>

Options:
--version Show version number [boolean]
-h, --help Show help [boolean]
-v, --verbose Run with verbose logging [boolean] [default: false]
-a, --author Show the profile of the author of this package [boolean]
-b, --base Base folder to place the file(s) [string]
-t, --template Template to generate files [string]
-v, --version Show version number [boolean]
-h, --help Show help [boolean]
Examples:
touch-win [options] [file ...] Create file(s)
touch-win src/bin/cli.js src/helpers/file.js src/helpers/directory.js Standard use
touch-win --base src/components/new_component Component.js Component.css Use with option "base"
touch-win --template src/components/new_component/Component.[rn] js test.js css Use with option "template"
touch-win --template config/webpack.[rn].js build dev common Use with option "template"
```

@@ -100,0 +102,0 @@

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc