SharpResume
SharpResume is a C# PCL for JSONResume. JSONResume defines itself as:
The open source initiative to create a JSON-based standard for resumes. For developers, by developers.
You can find the project JSONResume on GitHub.
Get the last release of SharpResume on NuGet or on GitHub.
Demo
Support
Basics | Works | Volunteers | Educations | Awards | Publications | Skills | Languages | Interests | References | |
---|---|---|---|---|---|---|---|---|---|---|
SharpResume | x | x | x | x | x | x | x | x | x | x |
Difference with JSONResume
- Language's property "language" is renamed "Name".
- Reference's property "reference" is renamed "Comment".
- All *Date are called * and I change their type from
string
toDateTime
.- Award's Date keeps his name.
Bug Reports & Feature Requests
You can help by reporting bugs, suggesting features, reviewing feature specifications or just by sharing your opinion.
Use GitHub Issues for all of that.
Contributing
- Talk about your feature on issues.
- Fork the project.
- Create a branch for your awesome feature.
- Write tests.
- Write code to make the tests pass.
- Submit a pull request.
All pull requests are welcome!
License
SharpResume uses the MIT license. See LICENSE for more details.
Miscs
You way want to check this projects:
- sharpresume - #Résumé is a C# implementation of the HR-XML Consortium's standard resume. mirror
- ResumeSharp - ResumeSharp is a resume building tool designed to help keep your resume up-to-date easily. Additionally, you can quickly generate targeted resumes on the fly.