An open API service indexing awesome lists of open source software.

https://github.com/hamlim/projects

A collection of side projects that are published to NPM
https://github.com/hamlim/projects

component-library components native-bundler react redo redocer router suspense undo

Last synced: 3 months ago
JSON representation

A collection of side projects that are published to NPM

Awesome Lists containing this project

README

        

# Projects

This is meant to be a monorepo of several projects that I work on in my free
time.

This repo is using Yarn and Lerna for workspaces, and is using a local `zaps`
package to manage running scripts throughout the repo.

## Projects:

- [`@matthamlin/ast-gql`](./packages/ast-gql/README.md)
- [`@matthamlin/astexplorer-modern`](./packages/astexplorer-modern/README.md)
- [`@matthamlin/babel-config`](./packages/babel-config/README.md)
- [`@matthamlin/babel-plugin-metadata`](./packages/babel-plugin-metadata/README.md)
- [`@matthamlin/babel-plugin-property-controls`](./packages/babel-plugin-property-controls/README.md)
- [`@matthamlin/base-styled`](./packages/base-styled/README.md)
- [`@matthamlin/blocks-editor`](./packages/blocks-editor/README.md)
- [`@matthamlin/blocks-kit`](./packages/blocks-kit/README.md)
- [`@matthamlin/blocks-property-controls`](./packages/blocks-property-controls/README.md)
- [`@matthamlin/blocks-react`](./packages/blocks-react/README.md)
- [`@matthamlin/blog`](./packages/blog/README.md)
- [`@matthamlin/component-library`](./packages/component-library/README.md)
- [`@matthamlin/error-boundary`](./packages/error-boundary/README.md)
- [`@matthamlin/hub`](./packages/hub/README.md)
- [`@matthamlin/kitchen-sink`](./packages/kitchen-sink/README.md)
- [`@matthamlin/native-bundler-cli`](./packages/native-bundler-cli/README.md)
- [`@matthamlin/native-bundler-core`](./packages/native-bundler-core/README.md)
- [`@matthamlin/native-bundler-plugin-css`](./packages/native-bundler-plugin-css/README.md)
- [`@matthamlin/native-bundler-plugin-js`](./packages/native-bundler-plugin-js/README.md)
- [`@matthamlin/native-bundler-plugin-mdx`](./packages/native-bundler-plugin-mdx/README.md)
- [`@matthamlin/property-controls`](./packages/property-controls/README.md)
- [`@matthamlin/react-code-editor`](./packages/react-code-editor/README.md)
- [`@matthamlin/redocer`](./packages/redocer/README.md)
- [`@matthamlin/reroute-browser`](./packages/reroute-browser/README.md)
- [`@matthamlin/reroute-core`](./packages/reroute-core/README.md)
- [`@matthamlin/revector`](./packages/revector/README.md)
- [`@matthamlin/simple-cache`](./packages/simple-cache/README.md)
- [`@matthamlin/slate-mdx-editor`](./packages/slate-mdx-editor/README.md)
- [`@matthamlin/use-error`](./packages/use-error/README.md)
- [`@matthamlin/use-local-storage`](./packages/use-local-storage/README.md)
- [`@matthamlin/use-refs`](./packages/use-refs/README.md)
- [`@matthamlin/zaps`](./packages/zaps/README.md)

## Scripts

### Creating a Package:

`yarn create-package packageName=something`

### Create a Site:

`yarn create-site name=something`