mirror of
https://github.com/JuanCanham/HackMyResume.git
synced 2024-11-05 09:56:22 +00:00
Unprivatize package.json.
This commit is contained in:
parent
b27b564144
commit
279bfaae5f
@ -2,7 +2,7 @@ fluentcmd
|
|||||||
=========
|
=========
|
||||||
*Generate beautiful, targeted resumes from your command line or shell.*
|
*Generate beautiful, targeted resumes from your command line or shell.*
|
||||||
|
|
||||||
FluentCMD is a **hackable, data-driven, developer-friendly resume authoring tool** with support for HTML, Word, PDF, plain text, smoke signal, carrier pigeon, and other arbitrary-format resumes and CVs.
|
FluentCMD is a **hackable, data-driven, dev-friendly resume authoring tool** with support for HTML, Markdown, Word, PDF, plain text, smoke signal, carrier pigeon, and other arbitrary-format resumes and CVs.
|
||||||
|
|
||||||
[![](assets/office_space.jpg)][8]
|
[![](assets/office_space.jpg)][8]
|
||||||
|
|
||||||
@ -116,7 +116,7 @@ fluentcmd input.json output.doc output.html output.txt output.pdf
|
|||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
MIT. Go crazy, and keep a lookout for grues. See [LICENSE.md][1] for details.
|
MIT. Go crazy. See [LICENSE.md][1] for details.
|
||||||
|
|
||||||
[1]: LICENSE.md
|
[1]: LICENSE.md
|
||||||
[2]: http://phantomjs.org/
|
[2]: http://phantomjs.org/
|
||||||
|
@ -1,8 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "fluentcmd",
|
"name": "fluentcmd",
|
||||||
"version": "0.1.0",
|
"version": "0.1.0",
|
||||||
"description": "The FluentCV command-line tool (an extensible command-line-based resume generator for the 21st century.)",
|
"description": "Generate beautiful, targeted resumes from your command line or shell.",
|
||||||
"private": true,
|
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/fluentdesk/fluentcmd.git"
|
"url": "https://github.com/fluentdesk/fluentcmd.git"
|
||||||
|
Loading…
Reference in New Issue
Block a user