This is the command line tool for JSON Resume, the open source initiative to create a JSON-based standard for resumes.
Install the command-line tool:
npm install -g resume-cli
command | description |
---|---|
init | Initialize a resume.json file |
validate | Schema validation test your resume.json |
export [fileName.html] | Export locally to .html |
serve | Serve resume at http://localhost:4000/ |
resume --help
Show a list of options and commands for the CLI.
resume init
Creates a new resume.json
file in your current working directory.
Complete the resume.json
with your text editor. Be sure to follow the schema(available at http://jsonresume.org).
resume validate
Validates your resume.json
against our schema tests to ensure it complies withthe standard. Tries to identify where any errors may be occurring.
resume export [fileName]
Exports your resume locally in a stylized HTML or PDF format.
A list of available themes can be found here: http://jsonresume.org/themes/
Please npm install the theme you wish to use locally before attempting to export it.
Options:
--format <file type>
Example: --format pdf
--theme <name>
Example: --theme even
resume serve
Starts a web server that serves your local resume.json
. It will live reload when you make edits to your resume.json
.
Options:
--port <port>
--theme <name>
When developing themes, simply change into your theme directory and run resume serve --theme .
(which tells it to run the local folder as the specified theme)
json
: via JSON.parse
.yaml
: via yaml-js
quaff
: if --resume
is a directory, then the path is passed to quaff
and the resulting json is used as the resume. quaff supports a variety of formats in the directory, including javascript modules.--resume -
tells the cli to read resume data from standard input (stdin
), and defaults --type
to application/json
.--resume <path>
reads resume data from path
.--resume
unset defaults to reading from resume.json
on the current working directory.Supported resume data mime types are:
application/json
text/yaml
to test the cli, run the dev script:
npm run dev -- [cli arguments can be passed after the double-dash]
Available under the MIT license.
目录 退出操作 日志与显示操作 全局变量 fsctl:发送控制信息 通话相关命令简介 show:显示信息 fs_cli是FreeSWITCH的一个客户端连接程序,可以方便地查看运行情况,并对其进行控制。若在本机使用默认配置,可直接启动fs_cli;否则需要携带参数(以连接运行在192.168.1.100上的FreeSWITCH为例): 启动一个命令行窗口,通过help可以查看操作命令; fs_cl
# vue-cli填坑记录 ## 一、打包文件路径问题 解决:到config文件夹中打开index.js文件,更改build里面的assetsPublicPath属性为"./"。 ## 二、配置scss 1.安装对应依赖node模块 npm install node-sass --save-dev npm install sass-loader --save-dev 2.在用scss的地方写上
使用串口0作为调试接口 1 ## Support Commands 2 ### Audio Commands 3 - play n: Play music with given index 4 - play URI: Play music by given URI, e.g.'play file://sdcard/test.mp3'. 5 - pause: Pause the playi
将vue工程打包,打包完毕会在工程目录下出现一个dist文件夹 yarn build 配置nginx-指向dist文件夹 * 在/etc/nginx/sites-enabled文件夹下新建skill.conf文件 sudo vi /etc/nginx/sites-enabled/skill.conf * 内容如下 server { listen 8
SEVERE: A child container failed during start java.util.concurrent.ExecutionException: org.apache.catalina.LifecycleException: Failed to start component [StandardEngine[Tomcat].StandardHost[localhost]
.resume( from:*, suppressEvents:Boolean ) : * 恢复播放而不改变方向(前进或后退),可选择首先跳到特定时间。 //恢复播放 myAnimation.resume(); //跳到第2秒并恢复播放 myAnimation.resume(2); //跳到第2秒并恢复播放,并且不抑制事件触发 myAnimation.resume(2, false);
.resume( from:*, suppressEvents:Boolean ) : * 恢复播放而不改变方向(前进或后退),可选择首先跳到特定时间。 //恢复播放 myAnimation.resume(); //跳到第2秒并恢复播放 myAnimation.resume(2); //跳到第2秒并恢复播放,并且不抑制事件触发 myAnimation.resume(2, false);
My Resume and LaTeX Template Weitian LI <wt@liwt.net> Introduction This repository holds my resume (Chinese and English),the resume LaTeX template,and the Font Awesome 5 LaTeX style. This template is
本小节主要总结一些技术简历相关的优质资源。具体的还可以参考前一节中 Facebook 提供的简历撰写指南,除了这些简短的资源外还强烈推荐下 Gayle 写的 The Google Resume,极其详细!干货超多! Resume Template 推荐使用 Markdown 或者 Latex 撰写简历,可以使用 sharelatex 在线写简历,从 CV or Resume 模板中挑,modern
JSON Resume Website Visit the website at https://jsonresume.org/ Development There are two ways to run this website, locally or inside a VM. Locally Dependencies: Git Debian-based OS (e.g. Ubuntu) 1.
Resume template A simple Jekyll + GitHub Pages powered resume template. Docs Running locally To test locally, run the following in your terminal: Clone repo locally bundle install bundle exec jekyll s