Skip to content

Commit

Permalink
chore: Prepare multi-language monorepo (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 authored Apr 14, 2024
1 parent 4db9706 commit 2e2f65d
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 24 deletions.
8 changes: 8 additions & 0 deletions .rustfmt.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
format_strings = true
group_imports = "StdExternalCrate"
hex_literal_case = "Lower"
imports_granularity = "Crate"
reorder_impl_items = true
use_field_init_shorthand = true
wrap_comments = true
edition = "2021"
12 changes: 12 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[workspace]
resolver = "2"


[workspace.package]
authors = ["강동윤/Donny <[email protected]>"]
edition = "2021"
homepage = "https://github.com/dudykr/oss"
license = "MIT"
repository = "https://github.com/dudykr/oss"
rust-version = "1.71"
version = "0.0.1"
28 changes: 4 additions & 24 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,36 +4,16 @@ Various open-source projects by Dudy.

## Apps (`apps/`)

### `apps/swc-plugins/`

- Homepage: https://plugins.swc.rs

This is a web app that lists all the plugins for the [swc](https://swc.rs) project.
next.js apps.

## Browser/IDE Extensions (`exts/`)

### `exts/vscode-tailwind-preview/`

A vscode extension that adds a preview action to Tailwind components in **jest snapshots**.
Browser extensions and IDE plugins.

## Packages (`packages/`)

### `packages/utils/`

A collection of utility functions.

### `packages/jest-expect-image/`

A jest matcher for comparing images.

### `packages/next-image-snapshot/`

A test utility for comparing UI as images in Next.js projects.
Utilities and libraries.

## Docs (`docs/`)

### `docs/stc/`

Documentation for the new TypeScript type checker, written in the Rust programming language.

- HomePage: https://stc.dudy.dev
Documentations for various projects.
1 change: 1 addition & 0 deletions rust-toolchain
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
nightly-2024-02-06

0 comments on commit 2e2f65d

Please sign in to comment.