Skip to content

Simple command line application for initializing a project directory for a new academic paper.

Notifications You must be signed in to change notification settings

gabrielfgm/mkproj

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mkproj

A (very!) simple command-line application for initiating a project directory for writing academic papers. Takes one argument -- the desired name of the directory -- and creates a new folder of said name with sub folders for a written draft, data, code and literature. A latex article file named 'draft.tex' is placed in the draft folder if the --tex (-t) flag is included. The code reflects the -- perhaps idiosyncratic -- way I prefer to organize my projects. Written in Rust using the clap crate to handle command line options.

About

Simple command line application for initializing a project directory for a new academic paper.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages