Skip to content
View mjmaix's full-sized avatar

Block or report mjmaix

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. rn-tech-stacks rn-tech-stacks Public

    TypeScript 1

  2. leetcode-typescript-tdd-starter leetcode-typescript-tdd-starter Public

    TypeScript 8 2

  3. aws-amplify/amplify-js aws-amplify/amplify-js Public

    A declarative JavaScript library for application development using cloud services.

    TypeScript 9.4k 2.1k

  4. React Native cleanup scripts React Native cleanup scripts
    1
    {
    2
      "scripts": {
    3
        "cleanup:all": "npm run cleanup:android && npm run cleanup:react && npm run cleanup:metrobundler && npm run cleanup:hastecache && npm run cleanup:ios",
    4
        "cleanup:react": "./scripts/killpackager.sh && watchman watch-del-all && rm -rf node_modules/ && rm -rf $TMPDIR/react-* ~/.npm/ ~./rncache",
    5
        "postcleanup:react": "echo 'run `npm install` or `yarn install`'",
  5. Debug TypeScript and TS Mocha files ... Debug TypeScript and TS Mocha files VSCode configuration using TS-Node
    1
    {
    2
      "version": "0.2.0",
    3
      "configurations": [
    4
        {
    5
          "name": "Current TS File",