node. js Gadget-Template Builder

Source: Internet
Author: User

Objective

I often create a new page when I do a small program, and each page is a directory, each directory will be created four files.

Feel too cumbersome to write a gadget lazy

App.js
1Const FS = require (' FS ');2Const DIRNAME = ' Hello ';//your new dir name3Const URL = './${dirname} ';4CONST INIT = [5                 {6URL: ' ${url}/${dirname}.js ',7Content: ' Const APP = Getapp (); \r\rpage ({}); ',8                 },9                 {TenURL: ' ${url}/${dirname}.json ', OneContent: ' {\r\t\r} ', A                 }, -                 { -URL: ' ${url}/${dirname}.wxml ', theContent: ', -                 }, -                 { -URL: ' ${URL}/${DIRNAME}.WXSS ', +Content: ', -                 }, +             ]; A  atFs.mkdir (URL,function(err) { -     if(err) { - Console.log (err); -     } - console.log (' directory ${url} created successfully '); -Init.foreach (item = { inFs.writefile (Item.url, Item.content,function(err) { -             if(err) { to Console.log (err); +             } - console.log (' ${item.url} created, ${item.url} initialized '); the         }); *     }); $});
Use
> Node App

At last

In the small program project each new page, still have to register in App.json inside, after a few days plus.

node. js Gadget-Template Builder

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.