UNPKG

pda

Version:

this project to init some folder,help you create new folder.

24 lines (23 loc) 818 B
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>pda - this project to init some folder,help you create new folder.</title> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /> <meta name="description" content="this project to init some folder,help you create new folder."> <meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0"> <link rel="stylesheet" href="//unpkg.com/docsify/themes/vue.css"> </head> <body> <div data-app id="app">Please wait...</div> <script> window.$docsify = { name: 'pda', repo: 'https://github.com/channg/pda', loadSidebar: true, coverpage: true } </script> <script src="//unpkg.com/docsify/lib/docsify.min.js"></script> </body> </html>