1.0.24 • Published 3 years ago

webcreate-cli v1.0.24

Weekly downloads
7
License
MIT
Repository
github
Last release
3 years ago

WebStarterKit Template

Web starter kit build with gulp ❤️. Code like single page application and it's compile into regular HTML, CSS, JS files. Compression enabled by default for your all files. So your website will execute with minimum size that increases the performance and user experience.

src -

We will store our HTML,CSS,JS and Assets file here. Read HTML Component usage here.

gulpfile.js -

Gulp Configuration file.

package.json -

All dependency we saved here.

CLI Usage

npm i -g webcreate-cli

Create new project with this command -

webcreate --project=ProjectName

Create new project with old files run this command -

webcreate --project=ProjectName --v=deprecated


It will automatically download the template and install all dependency.


Create component -

webcreate --component=componentName

Run the project

cd ProjectName

npm i if the dependency (node_module) is not installed.

gulp = Project build and run.

gulp build = Project will only build.

gulp run = Project only run if the build folder is available.

gulp prod = Project will build for production level.

 
Package Link -

WebCreate-CLI

1.0.24

3 years ago

1.0.23

3 years ago

1.0.22

4 years ago

1.0.21

4 years ago

1.0.20

4 years ago

1.0.19

4 years ago

1.0.18

4 years ago

1.0.17

4 years ago

1.0.16

4 years ago

1.0.15

4 years ago

1.0.14

4 years ago

1.0.13

4 years ago

1.0.12

4 years ago

1.0.11

4 years ago

1.0.10

4 years ago

1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago