1.1.0 • Published 4 years ago

@elijahcode/ghpagesdeployer v1.1.0

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

@elijahcode/ghpagesdeployer

Description

This package let you deploy your pages on github pages with using commands in terminal.

Install

                   npm install @elijahCode/ghpagesdeployer

process of installation you can see on this gif: asciicast

Usage

For usage this package you need run next comman in your terminal:

                                                             ghdeployer -i

Instead of -i you can use --init

In case if you use webpack and whant build the project, use flag -b or --build:

                                                             ghdeployer -b

Warning : for use this command you must have "build" script in your .json file. If you haven`t it, process execute with error

If you dont want create configure file use flag -c:

                                                             ghdeployer -c

Instead of -c you can use --custom-deploy. After run you shoud input asked data. After it page will authomatically deployed.

For deploing page with use config file use flag -d or --deploy:

                                                             ghdeployer -d

Also you can use few flags in one command, for example:

                                                             ghdeployer -i -b -d

This command will create config file, build the page and deploy it.

Example of using:

asciicast

1.1.0

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