generate-files
v1.2.4
Published
Generate the main files of your apps or web pages.
Downloads
19
Readme
#generate-files Generate the main files of your apps or web pages.
##Install
- Open a command prompt
- Write npm i -g generate files on it
##How to use it
###gf g language/framework file
Use gf g language/framework file
to generate any main file of the language or framework that you want for example if I want to generate the main.js file of Electron Framework I'll write anything like that:
gf g electron main.js