Giter VIP home page Giter VIP logo

freighter's Introduction

Hey

I'm a web developer that's really into peer-to-peer systems, NixOS, and anything related to Vim. My joy in life is finding force multipliers, the lesser-known tools and paradigms that make you more powerful. You can find my recommendations here.

Live FOSS or die ๐Ÿค˜

freighter's People

Contributors

dependabot-preview[bot] avatar dependabot[bot] avatar psychollama avatar renovate-bot avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

freighter's Issues

Remove Babel as templated feature

In my experience, each package typically manages its own compiler tooling. That means using a framework like tsdx, create-react-app, or managing something bespoke (ugh, ponder). Whatever the case, monorepo level tooling barely buys anything and it certainly doesn't have to be part of the freighter framework. I'd like to rip it out.

It was worth a shot at least.

Precommit hook lints all files, not just changes

The offending template:

{
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged"
    }
  },
  "lint-staged": {
    "*.js": ["freighter-scripts lint --fix", "git add"]
  }
}

And this should be another issue entirely, but make *.js inclusive of TypeScript files and remove the git add step (lint-staged does it automatically these days).

Remove Jest Projects

In practice I'm using Freighter with smaller generators (tsdx, create-react-app) that each have their own test scripts, and they run in radically different ways. CRA is especially grumpy when you have more than one Jest in the workspace.

Jest Projects have proven the most unreliable and annoying part of Freighter. I'd rather rip it out and replace it with a bulk npm run test that runs across the monorepo. Bonus points if it runs in parallel.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.