1.1.2 • Published 3 years ago

gen-html-js-css v1.1.2

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

gen-html-js-css

skeleton generator for html, js, css for a quick project starter

$ npm install gen-html-js-css

This package generates a project with the basic skeleton of html file and links styles and script files to it.

Usage

To create a project with default file names in it

$ gen-html-js-css <ProjectName> 

To create a project with specific file names in it

$ gen-html-js-css <ProjectName> <HTML FileName> <Script FileName> <Style FileName>

example:

$ gen-html-js-css MySimpleProject index.html script.js styles.css
1.1.2

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago