Skip to content

Commit c8edf61

Browse files
committed
readme and license updated
1 parent fd579ac commit c8edf61

File tree

2 files changed

+21
-11
lines changed

2 files changed

+21
-11
lines changed

README.md

Lines changed: 17 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,25 @@
11
CBX Career Dev Toolkit
22

33
## Description
4+
45
This plugin provides command line interface for creating dummy job and resume.
56

6-
# How to use:
7+
## Installation
8+
9+
1. Download the latest zip from [here](https://github.com/codeboxrcodehub/cbxcareertoolkit/releases)
10+
2. WordPress has clear documentation about [how to install a plugin.](https://codex.wordpress.org/Managing_Plugins)
11+
3. After install activate the plugin "CBX Career Dev Toolkit Library" through the 'Plugins' menu in WordPress
12+
4. This plugin doesn't load any library by default, it doesn't create extra folder or menu.
13+
14+
# How to use:
15+
716
## cbxjob
17+
818
### All possible default params:
919

10-
````
20+
```
1121
wp cbxjob-generate --total=100 --status=publish --is-remote=0 --is-featured=1 --is-filled=0 --user-id=1 --salary-unit=monthly --currency=USD
12-
````
13-
22+
```
1423

1524
total = number of jobs to be created.
1625

@@ -28,12 +37,13 @@ salary-unit =[yearly,monthly,yearly,daily]
2837

2938
user-id = user ID
3039

31-
3240
## cbxresume
41+
3342
### All possible default params:
34-
````
43+
44+
```
3545
wp cbxjresume-generate --total=100 --user-id=1 --status=1 --privacy=public --is-primary=1
36-
````
46+
```
3747

3848
total = number of resume to be created.
3949

README.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
=== CBX Taxonomy Library ===
1+
=== CBX Career Toolkit Library ===
22
Contributors: codeboxr, manchumahara
33
Requires at least: 3.5
44
Tested up to: 6.4.3
5-
Stable tag: 1.0.5
5+
Stable tag: 1.0.0
66
License: MIT
7-
License URI: https://github.com/codeboxrcodehub/cbxphpspreadsheet/blob/master/LICENSE.txt
7+
License URI: https://github.com/codeboxrcodehub/cbxcareertoolkit/blob/master/LICENSE.txt
88

99
Open source PhpSpreadSheet php library released as wordpress plugin to use easily
1010

@@ -44,7 +44,7 @@ if ( defined('CBXPHPSPREADSHEET_PLUGIN_NAME') && file_exists( CBXPHPSPREADSHEET_
4444

4545
== Installation ==
4646

47-
1. Download the latest zip from here (https://github.com/codeboxrcodehub/cbxphpspreadsheet/releases)
47+
1. Download the latest zip from here (https://github.com/codeboxrcodehub/cbxcareertoolkit/releases)
4848
2. [WordPress has clear documentation about how to install a plugin].(https://codex.wordpress.org/Managing_Plugins)
4949
3. After install activate the plugin "CBX PhpSpreadSheet Library" through the 'Plugins' menu in WordPress
5050
4. This plugin doesn't load any library by default, it doesn't create extra folder or menu.

0 commit comments

Comments
 (0)