Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 423 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 423 Bytes

CLINotes

This is an example project showing how to use Apples ArgumentParser framework.

Save your notes as files via command-line.

To build and run the executable in your terminal, move to the project directory and run these commands:

swift build -c release

and

cp -f .build/release/CLITool /usr/local/bin/CLINotes

Check out my article on Medium to learn more about creating command-line tools with Swift!