Skip to content

๐Ÿ“ Bat file which create template of html file with libraries

Notifications You must be signed in to change notification settings

almaszaurbekov/htmlcreator-bat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

14 Commits
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

htmlcreator

bat file which create template of html files:

  • simple - simple empty html file with ะกSS and JS files binding
  • bts - empty html file with Bootstrap and jQuery libraries binding
  • bts-fill - html file filled with a Bootstrap template
  • bts-4 - html file filled with a Bootstrap 4 template
  • font - html file with Bootstrap and jQuery libraries binding and with Google font style
  • data-aos - html file with Bootstrap, jQuery and data-aos libraries binding

How to use it:

Install the _html.bat on the desktop and hide it, but firstly open it change the path to your templates

...
set htmlcreator=TemplatesPath\%2.html
...                 ^

Once you have successfully specified the path to your templates, all you need to do is:

  • ะกreate a folder (no matter where)
  • Copy the address bar of the created folder (don't forget to write it inside quotation marks)
  • Open a command prompt on the desktop
  • Enter the following command below

To run:

C:\Users\User\Desktop> _html "C:\CreatedFolderPath" simple
  • _html - first argument, which mean that you are running the bat file
  • C:\CreatedFolderPath - second arg., path to the folder where you want to initialize the template of html file
  • simple - third arg., version of the template you want to use

Have a nice work!

About

๐Ÿ“ Bat file which create template of html file with libraries

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published