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
- Host: GitHub
- URL: https://github.com/hamlim/projects
- Owner: hamlim
- Created: 2019-11-16T16:11:21.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-03-11T20:49:44.000Z (3 months ago)
- Last Synced: 2025-03-16T22:03:22.865Z (3 months ago)
- Topics: component-library, components, native-bundler, react, redo, redocer, router, suspense, undo
- Language: JavaScript
- Homepage:
- Size: 89.5 MB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
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`