Hawkeye is a reference citation creation and management tool. I intend to only support the Modern Language Association 8th Edition (MLA8) standards for now.
This project is written in TypeScript which compiles in a Node.js environment to JS. Make sure to install the typescript
and ts-node
packages to allow the project to run and then install all the packages specified in the package.json
. Here are the commands you'll need:
$ npm install -g typscript
$ npm install -g ts-node
$ npm i
$ ts-node src
Then navigate to http://localhost:2000/.
Purdue University's Online Writing Lab (OWL) MLA Style Guide
The name is a reference to personal adjudant and bodyguard to Colonel Roy Mustang, Lieutenant Riza Hawkeye in the Fullmetal Alchemist (鋼の錬金術師, Hagane no Renkinjutsushi) manga and anime series. I picked her name because of her irreplecable role as a secretary for Mustang in the series.
- APA support
- Chicago support
- Harvard support