@beezydev/create-files-from-template-cli
Version:
A simple but powerful CLI to generate a list of files from template.
34 lines (33 loc) • 768 B
JSON
{
"name": "@beezydev/create-files-from-template-cli",
"version": "1.8.0",
"description": "A simple but powerful CLI to generate a list of files from template.",
"main": "index.js",
"bin": {
"cfft": "index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dus4nstojanovic/create-files-cli.git"
},
"keywords": [
"CLI",
"generate",
"create",
"files",
"template",
"templates",
"scaffolding",
"bootstrap",
"boilerplate",
"skeleton",
"replace",
"search"
],
"author": "Dusan Stojanovic",
"license": "MIT",
"bugs": {
"url": "https://github.com/dus4nstojanovic/create-files-cli/issues"
},
"homepage": "https://github.com/dus4nstojanovic/create-files-cli#readme"
}