Skip to content

theEricHoang/dumpy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

97 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Logo

DUMPY

Built with the tools and technologies:

Express JSON JetBrains Markdown Replicate Typer commitlint GitHub semanticrelease CodeMirror Unlicense Metro npm Autoprefixer BSD Chai Ruby CoffeeScript Swift Bower PostCSS TOML Doctrine WebdriverIO Knip Mocha Cheerio precommit Grunt Prettier tqdm esbuild Fresh Babel .ENV JSR JavaScript Rich EJS sharp Vitest SymPy Progress Nodemon GNU%20Bash Bazel Android Supabase Cypress Org Immer XO Puppeteer
FastAPI Ajv Turbo Glide Gradle GitBook React NumPy Hermes Yarn Webpack Coveralls jQuery Docker NuGet XML CMake Python ZAP TypeScript tsnode C Lodash Xcode Facebook Google Zod SemVer VitePress PHP bat Expo ESLint OpenAI Kotlin Axios Preact Redux CSS Lerna Jasmine GraphQL Sass Codecov Pydantic Appium Buffer Jest Apache YAML CTS gulp


Table of Contents


Overview


Features

❯ REPLACE-ME


Project Structure

└── dumpy/
    ├── backend
    │   ├── .env
    │   ├── .env.example
    │   ├── .gitignore
    │   ├── .venv
    │   ├── __pycache__
    │   ├── api
    │   ├── core
    │   ├── main.py
    │   ├── README.md
    │   ├── requirements.txt
    │   ├── services
    ├── frontend
    │   ├── .env.development
    │   ├── .env.example
    │   ├── .expo
    │   ├── .gitignore
    │   ├── .vscode
    │   ├── app
    │   ├── app.config.ts
    │   ├── app.json
    │   ├── assets
    │   ├── components
    │   ├── constants
    │   ├── contexts
    │   ├── eslint.config.js
    │   ├── expo-env.d.ts
    │   ├── hooks
    │   ├── lib
    │   ├── node_modules
    │   ├── package-lock.json
    │   ├── package.json
    │   ├── README.md
    │   ├── scripts
    │   ├── SETUP_REQUIRED.md
    │   ├── tsconfig.json
    │   ├── types
    │   └── UPLOAD_SETUP.md
    ├── node_modules
    │   ├── .bin
    │   ├── .package-lock.json
    │   ├── @azure
    │   ├── @supabase
    │   ├── @types
    │   ├── @typespec
    │   ├── agent-base
    │   ├── debug
    │   ├── events
    │   ├── fast-xml-parser
    │   ├── http-proxy-agent
    │   ├── https-proxy-agent
    │   ├── ms
    │   ├── strnum
    │   ├── tslib
    │   ├── undici-types
    │   └── ws
    ├── package-lock.json
    ├── package.json
    └── README.md

Getting Started

Prerequisites

This project requires the following dependencies:

  • Programming Language: JavaScript
  • Package Manager: Npm, Pip, Yarn, Bower, Gradle, Nuget, Cmake, Swiftpm
  • Container Runtime: Docker

Installation

Build dumpy from the source and intsall dependencies:

  1. Clone the repository:

    ❯ git clone ../dumpy
  2. Navigate to the project directory:

    cd dumpy
  3. Install the dependencies:

<!-- [![docker][docker-shield]][docker-link] -->
<!-- REFERENCE LINKS -->
<!-- [docker-shield]: https://img.shields.io/badge/Docker-2CA5E0.svg?style={badge_style}&logo=docker&logoColor=white -->
<!-- [docker-link]: https://www.docker.com/ -->

**Using [docker](https://www.docker.com/):**

```sh
❯ docker build -t GitHub/dumpy .
```
<!-- [![npm][npm-shield]][npm-link] -->
<!-- REFERENCE LINKS -->
<!-- [npm-shield]: https://img.shields.io/badge/npm-CB3837.svg?style={badge_style}&logo=npm&logoColor=white -->
<!-- [npm-link]: https://www.npmjs.com/ -->

**Using [npm](https://www.npmjs.com/):**

```sh
❯ npm install
```
<!-- [![pip][pip-shield]][pip-link] -->
<!-- REFERENCE LINKS -->
<!-- [pip-shield]: None -->
<!-- [pip-link]: None -->

**Using [pip](None):**

```sh
❯ echo 'INSERT-INSTALL-COMMAND-HERE'
```
<!-- [![yarn][yarn-shield]][yarn-link] -->
<!-- REFERENCE LINKS -->
<!-- [yarn-shield]: https://img.shields.io/badge/Yarn-2C8EBB.svg?style={badge_style}&logo=yarn&logoColor=white -->
<!-- [yarn-link]: https://yarnpkg.com/ -->

**Using [yarn](https://yarnpkg.com/):**

```sh
❯ yarn install
```
<!-- [![bower][bower-shield]][bower-link] -->
<!-- REFERENCE LINKS -->
<!-- [bower-shield]: None -->
<!-- [bower-link]: None -->

**Using [bower](None):**

```sh
❯ echo 'INSERT-INSTALL-COMMAND-HERE'
```
<!-- [![gradle][gradle-shield]][gradle-link] -->
<!-- REFERENCE LINKS -->
<!-- [gradle-shield]: None -->
<!-- [gradle-link]: None -->

**Using [gradle](None):**

```sh
❯ echo 'INSERT-INSTALL-COMMAND-HERE'
```
<!-- [![nuget][nuget-shield]][nuget-link] -->
<!-- REFERENCE LINKS -->
<!-- [nuget-shield]: None -->
<!-- [nuget-link]: None -->

**Using [nuget](None):**

```sh
❯ echo 'INSERT-INSTALL-COMMAND-HERE'
```
<!-- [![cmake][cmake-shield]][cmake-link] -->
<!-- REFERENCE LINKS -->
<!-- [cmake-shield]: None -->
<!-- [cmake-link]: None -->

**Using [cmake](None):**

```sh
❯ echo 'INSERT-INSTALL-COMMAND-HERE'
```
<!-- [![swiftpm][swiftpm-shield]][swiftpm-link] -->
<!-- REFERENCE LINKS -->
<!-- [swiftpm-shield]: None -->
<!-- [swiftpm-link]: None -->

**Using [swiftpm](None):**

```sh
❯ echo 'INSERT-INSTALL-COMMAND-HERE'
```

Usage

Run the project with:

Using docker:

docker run -it {image_name}

Using npm:

npm start

Using pip:

echo 'INSERT-RUN-COMMAND-HERE'

Using yarn:

yarn start

Using bower:

echo 'INSERT-RUN-COMMAND-HERE'

Using gradle:

echo 'INSERT-RUN-COMMAND-HERE'

Using nuget:

echo 'INSERT-RUN-COMMAND-HERE'

Using cmake:

echo 'INSERT-RUN-COMMAND-HERE'

Using swiftpm:

echo 'INSERT-RUN-COMMAND-HERE'

Testing

Dumpy uses the {test_framework} test framework. Run the test suite with:

Using npm:

npm test

Using pip:

echo 'INSERT-TEST-COMMAND-HERE'

Using yarn:

yarn test

Using bower:

echo 'INSERT-TEST-COMMAND-HERE'

Using gradle:

echo 'INSERT-TEST-COMMAND-HERE'

Using nuget:

echo 'INSERT-TEST-COMMAND-HERE'

Using cmake:

echo 'INSERT-TEST-COMMAND-HERE'

Using swiftpm:

echo 'INSERT-TEST-COMMAND-HERE'

Roadmap

  • Task 1: Implement feature one.
  • Task 2: Implement feature two.
  • Task 3: Implement feature three.

Contributing

Contributing Guidelines
  1. Fork the Repository: Start by forking the project repository to your LOCAL account.
  2. Clone Locally: Clone the forked repository to your local machine using a git client.
    git clone C:\Users\caomi\GitHub\dumpy
  3. Create a New Branch: Always work on a new branch, giving it a descriptive name.
    git checkout -b new-feature-x
  4. Make Your Changes: Develop and test your changes locally.
  5. Commit Your Changes: Commit with a clear message describing your updates.
    git commit -m 'Implemented new feature x.'
  6. Push to LOCAL: Push the changes to your forked repository.
    git push origin new-feature-x
  7. Submit a Pull Request: Create a PR against the original project repository. Clearly describe the changes and their motivations.
  8. Review: Once your PR is reviewed and approved, it will be merged into the main branch. Congratulations on your contribution!
Contributor Graph


License

Dumpy is protected under the LICENSE License. For more details, refer to the LICENSE file.


Acknowledgments

  • Credit contributors, inspiration, references, etc.


About

AI ATL 2025

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •