Make grep CLI App in Python
Created Jan 14, 2024Last modified Jan 15, 2024
Steps
- Step 1. Introduction
- 1.1 Preparation
- 1.2 Objectives
- Step 2. Development
- 2.1 Folder Structure
- 2.2 Initial Version
- 2.3 Add Functionalities
- 2.4 Add Type Annotations
- 2.5 Add Tests
- 2.6 Add Lint
- 2.7 Add setup.py
- 2.8 Support Pipes
- 2.9 Support Multiple File Paths
- Step 3. Publish
- 3.1 Build
- 3.2 Publish to PyPI