Skip to main content
Module

x/init/egg.json

Generate a Deno configuration file
Go to Latest
File
{ "name": "init", "entry": "./mod.ts", "description": "Simple command line tool to initialize Deno projects from prompts or templates.", "unstable": true, "version": "0.16.0", "files": [ "./**/*.ts", "./templates/**/*", "./README.md", "./LICENSE" ], "checkFormat": "deno fmt", "checkInstallation": true, "checkTests": false, "check": true, "homepage": "https://github.com/GJZwiers/deno-init", "ignore": [], "unlisted": false}