A simple python tool for creating .md notes for various use cases.
Main use case is daily notes, where the note templates contain specific frontmatter
https://github.com/alanionita/pkm-cli-tool/actions/workflows/python_package_flow.yml/badge.svg
Deployed to TestPyPi - https://test.pypi.org/project/paperclip/0.0.1/
Run
pip install -i https://test.pypi.org/simple/ paperclip==0.0.1
- miniconda, see Installing on Linux or other guides
Run: conda env create --file=environment.yaml
Run: pip install --editable .
Activate Conda environment
Run: conda activate pkm-cli
Run: pkmcli
Will return help text for the registered commands
pytest
To return any output from the functions
pytest -s
To output coverage reports
pytest --cov=pkmcli tests/
Building the archives of this package is done by:
-
Activating the
conda
environment -
Running the
buildScript.sh
Build artefacts are created and placed in the dist/
folder.