Giter Club home page Giter Club logo

aacc's Introduction

@AACC

Casa for my packages, projects, and experiments.

Getting started

  • Install dependencies and symlink packages/*
npm i

Note: Re-run the above command if you add or remove packages/* to ensure all symlinks are up to date.

  • Build all packages/*
npm run build

Local development

Run the dev script with Turborepo's --filter=<package-name>... option to start a project and all it's dependencies in watch mode.

npm run dev -- --filter=@aacc/test-app...

Command history:

# Add tsconfigs dep to tsc-ts package
npx lerna add @aacc/tsconfigs --scope @aacc/tsc-ts

# Add dev dep to rollup-js package
npx lerna add -D rollup --scope @aacc/rollup-js

# Inspect inferred dependencies from the Turborepo "build" pipeline
npm run build -- --dry-run

# Graph the inferred dependencies from the Turborepo "build" pipeline
npm run build -- --graph

# Check formatting of all packages
prettier --check '**/*.{js,ts,cjs,mjs,jsx,tsx,md}'

TODO:

  • Add vite-{ts,js} package
  • Move TypeScript build and type-check up to the root of the monorepo. AC:
    • Single typescript dependency
    • Use TypeScript project references
  • Add storybook
  • Add jest setup (from designtokens.io) to rollup-babel-ts recipe
  • Update rollup-babel recipes to match designtokens.io's iife configuration
  • Create Typography classes transform
  • Experiment with xs to xl type scales
  • Create css baseline stylesheet
  • Add babel-{ts,js} package
  • Add rollup-{ts,js} package
  • Add webpack-{ts,js} package
  • Add esbuild-{ts,js} package
  • Add eslint-config package
  • Integrate eslint-config in all packages
  • Add prettier-config package
  • Integrate prettier-config in all packages
  • Add CI workflow
  • Move non-npm packages to a recipes directory

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.