Printer Logo

Printer

4. Printer Config

The Printer Config File as of now, only is used for specifying CRUD endpoints. However, in the future, the config file will be used for the “printer pattern” command.

The following demonstrates what is generated when using the CRUD command. Keep in mind that this CRUD is meant to be a starting point for your API routes. You should also be attaching auth and security.

λ If all crud booleans are true
λ printer crud user
λ This command then creates
λ app/api/user/create.tsx
λ app/api/user/update.tsx
λ app/api/user/get.tsx
λ app/api/user/list.tsx
λ app/api/user/delete.tsx