Skip to content
View egecavusoglu's full-sized avatar
🍎
🍎

Block or report egecavusoglu

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. dostman dostman Public

    Maintain your API development, documentation and experimentation all within your codebase.

    JavaScript 16

  2. stock-market-simulator stock-market-simulator Public

    Launch a stock market in your computer. Develop trading algorithms with ease!

    Go 2

  3. Swease Swease Public

    Easing functions in Swift, simplified.

    Swift

  4. react-native-phone-codes-select react-native-phone-codes-select Public

    React Native package for country phone codes selection.

    JavaScript 5 1

  5. Turborepo watch mode Turborepo watch mode
    1
    This is how you watch a folder and rebuild with Turborepo. In pure nodejs. Add it as a script in you monorepo root and just let it run!
    2
    
    
    3
    Replace `commandToRun` with the monorepo root command for building the packages. In my case this is `turbo run build --filter=./packages/*`
    4
    
    
    5
    ```js