You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/@aetherspace/scripts/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,9 +2,9 @@
2
2
3
3
> Codegen in Aetherspace is focused on keeping your internal features and packages folders as transferrable between projects as possible. Therefore, it is limited to do only a few things:
4
4
5
-
- Creating barrel files, as registries (abstracting imports and module linking)
6
-
- Deduplicating file-based conventions (from modules to next.js app dir & expo-router app dir)
7
5
- Turborepo generators for easy creation of new routes, schemas and data-resolvers
6
+
- Deduplicating file-based conventions (e.g. linking from modules to next.js & expo-router app dirs)
7
+
- Creating barrel files to act as "registries" (e.g. abstracting imports and module linking)
8
8
9
9
The `packages/@registries` folder contains the results of all the automation scripts defined at `packages/@aetherspace/scripts`. These scripts are automatically run in development mode from the `withAutomation()` plugin in `apps/next/next.config.js`.
0 commit comments