Init
Initialize a NoteVC repository
Section titled “Initialize a NoteVC repository”When initializing a repository you have two options:
- Initialize in the current directory
- Initialize in a specified directory
notevc init [path]
Section titled “notevc init [path]”notevc init # Current directorynotevc init ./notes # Specified directory