Skip to content

Dhruv-Techapps/auto-clicker-auto-fill

Repository files navigation

Auto Clicker Auto Fill

Auto click, fill, submit with AutoClicker

Fill input field or click button or link anything anywhere. easy configure in few steps and work like PRO.


Codacy Badge

Table of Contents

  1. Overview
  2. Changes
  3. Running Tasks

Overview

This project is divided into three main components, each serving a specific purpose.

acf-extension

The acf-extension is a Chrome extension designed to [provide a short description of what the extension does].

acf-i18n

The acf-i18n component is responsible for managing language translations. It ensures the project is accessible to users across different linguistic backgrounds.

acf-options-page

The acf-options-page serves as the configuration page for your project. Users can customize settings and preferences through this interface.


Changes

Before getting started, make sure to create a new .env file from the provided .env.example under the acf-extension and acf-options-page directories.


Running Tasks

Follow these steps to set up and run the project:

  1. Install dependencies:

    npm i
  2. Install Nx globally:

    npm i nx --global
  3. Serve the components:

    nx run-many -t serve
        - acf-extension
        - acf-options-page
        - acf-i18n
  4. Run linting:

    nx run-many -t lint
  5. Run testing:

    nx run-many -t test
  6. Run Format:

    nx format:check

Important Links