sezRR / npm-sezer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sezer - Self-Introducing NPM Package

This package contains information about Sezer Tetik and displays it when run from the command line.

Installation

Install the package globally:

npm install -g sezer

Usage

Run the sezer command in the terminal to access information about Sezer:

sezer

Information

When you run the sezer command, the following information will be displayed:

  • Name: Sezer Tetik
  • City: Ankara
  • Skills: JavaScript, Node.js, React, CSS, TypeScript
  • Description: Hi, I'm Sezer Tetik. I'm a software developer with experience in various web technologies. Currently, I'm living in Ankara and I love developing new projects.
  • Website: sezertetik.dev
  • GitHub: sezRR

Development

This project was created using the nodejs-typescript-template. Follow these steps to set up the development environment:

  1. Clone the repository:

    git clone https://github.com/sezRR/npm-sezer
    cd npm-sezer
  2. Install dependencies:

    npm install
  3. Compile TypeScript files:

    npm run build
  4. Link the package globally:

    npm link
  5. Test the sezer command:

    sezer

License

This project is licensed under the MIT License.

About

License:MIT License


Languages

Language:TypeScript 67.0%Language:JavaScript 33.0%