Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/codeboxrcodehub/cbxcareertoolkit
Helper plugin for CBX Career plugins
https://github.com/codeboxrcodehub/cbxcareertoolkit
Last synced: 2 days ago
JSON representation
Helper plugin for CBX Career plugins
- Host: GitHub
- URL: https://github.com/codeboxrcodehub/cbxcareertoolkit
- Owner: codeboxrcodehub
- License: mit
- Created: 2024-03-06T10:12:01.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2024-12-03T05:34:29.000Z (about 1 month ago)
- Last Synced: 2024-12-03T06:27:29.681Z (about 1 month ago)
- Language: PHP
- Homepage: https://github.com/codeboxrcodehub/cbxcareertoolkit/
- Size: 2.17 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
CBX Career Dev Toolkit
## Description
This plugin provides command line interface for creating dummy job and resume.
## Installation
1. Download the latest zip from [here](https://github.com/codeboxrcodehub/cbxcareertoolkit/releases)
2. WordPress has clear documentation about [how to install a plugin.](https://codex.wordpress.org/Managing_Plugins)
3. After install activate the plugin "CBX Career Dev Toolkit Library" through the 'Plugins' menu in WordPress
4. This plugin doesn't load any library by default, it doesn't create extra folder or menu.# How to use:
## cbxjob
### All possible default params:
```
wp cbxjob-generate --total=100 --status=published --is-remote=0 --is-featured=1 --is-filled=0 --user-id=1 --salary-unit=monthly --currency=USD
```total = number of jobs to be created.
status options = [draft,pending,published,unpublished,flag ]
is-remote = [0,1]
is-featured= [0,1]
is-filled= [0,1]
currency=[USD,BDT, etc]
salary-unit =[yearly,monthly,weakly,daily]
user-id = user ID
## cbxresume
### All possible default params:
```
wp cbxresume-generate --total=100 --user-id=1 --status=published --privacy=public --is-primary=1
```total = number of resume to be created.
user-id= system user id
status options = [draft,pending,published,unpublished,flag ]
privacy= [public,private]
is-primary= [0,1]
## Licence
[MIT](https://github.com/codeboxrcodehub/cbxcareertoolkit/blob/master/LICENSE.txt)