att1

3.0.0 • Public • Published

# attnd

A CLI tool to manage student attendance records efficiently.

Features

  • Intuitive command-line interface for easy interaction.
  • Handles CSV files for storing and managing attendance data.
  • Marks attendance with options for "Present", "Absent", and "Leave".
  • Displays attendance records in a clear and organized table format.
  • Stores attendance data in a separate file to preserve the original CSV.
  • Uses a linked list data structure for efficient attendance management.

Installation

npm install -g attnd

Usage

  1. Initialize the app:

    attnd add <file_path> <keyword>
    • file_path: The path to your CSV file containing student information.
    • keyword: A keyword to identify the specific class for attendance management.
  2. Mark attendance:

    attnd mark [keyword]
    • Optionally specify the keyword if you have multiple classes initialized.
  3. Show attendance:

    attnd show <keyword>
    • Specify the keyword for the class you want to view attendance for.

Made with ❤️ by [Abhideep Kumar]

Readme

Keywords

none

Package Sidebar

Install

npm i att1

Weekly Downloads

1

Version

3.0.0

License

none

Unpacked Size

8.25 kB

Total Files

3

Last publish

Collaborators

  • abhideepkumar