Skip to content

Commit 4de9468

Browse files
authored
updating README to include fork info (#1)
1 parent b72fc50 commit 4de9468

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[package]
44
name = "pks"
5-
version = "0.2.15"
5+
version = "0.2.16"
66
edition = "2021"
77
description = "Welcome! Please see https://github.com/alexevanczuk/packs for more information!"
88
license = "MIT"

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66

77
A 100% Rust implementation of [packwerk](https://github.com/Shopify/packwerk), a gradual modularization platform for Ruby.
88

9+
# Fork
10+
This repo was forked directly from https://github.com/alexevanczuk/packs
11+
912
# Goals:
1013
## Serve as a drop-in replacement for `packwerk` on most projects
1114
- Currently can serve as a drop-in replacement on Gusto's extra-large Rails monolith
@@ -101,7 +104,7 @@ There are still some known behavioral differences between `pks` and `packwerk`.
101104
## Default Namespaces
102105
`pks` supports Zeitwerk default namespaces. However, since it doesn't have access to the Rails runtime, you need to explicitly specify the namespaces in `packwerk.yml`.
103106

104-
For example, if you're using [`pks-rails`](https://github.com/rubyatscale/packs-rails) and [`automatic_namespaces`](https://github.com/gap777/automatic_namespaces) to configure your default namespaces, and you have
107+
For example, if you're using [`packs-rails`](https://github.com/rubyatscale/packs-rails) and [`automatic_namespaces`](https://github.com/gap777/automatic_namespaces) to configure your default namespaces, and you have
105108
- `pks/foo/app/models/bar.rb` which is configured to define `Foo::Bar`
106109
- `pks/foo/app/domain/baz.rb` which is configured to define `Foo::Baz`
107110

0 commit comments

Comments
 (0)