UNPKG

better-npm-init

Version:

A better version of npm init, with templates and more. Usage: better-npm-init <template> [--yarn] [--install] [--git] [--yes] [--help]

13 lines (12 loc) 257 B
<!DOCTYPE html> <html> <head> <meta charset="UTF-8" /> <title>Hello World!</title> <link rel="stylesheet" href="index.css" /> </head> <body> <h1>💖 Hello World!</h1> <p>Welcome to your Electron application.</p> </body> </html>