Skip to content

alexander-lindner/go-cff

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-cff

DOI Audit Coverage Status Go Report Card Go Reference License GitHub top language

go-cff is an easy-to-use library for working with the Citation File Format (CFF) format in GO.

parsedCFF, err := cff.ParseFile("./CITATION.cff")
if err != nil {
    fmt.Println("Error: ", err)
    return
}
for _, reference := range parsedCFF.References {
    fmt.Println(reference.Title)
}

See Documentation for more information.

ToDo's

  • Update documentation
  • 100% coverage

About

A go library for quickly accessing cff files

Topics

Resources

License

Security policy

Stars

Watchers

Forks

Contributors

Languages