Skip to content
This repository has been archived by the owner on Oct 9, 2024. It is now read-only.
/ CLI Public archive

🖨️ Printer: Productivity Focused Next.js CLI Tool

License

Notifications You must be signed in to change notification settings

PrinterFramework/CLI

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Nov 24, 2023
d4e30ae · Nov 24, 2023

History

24 Commits
Oct 2, 2023
Nov 24, 2023
Nov 24, 2023
Jun 29, 2023
Feb 23, 2023
Jul 24, 2022
Jul 24, 2022
Jul 24, 2022
Nov 24, 2023
Jun 23, 2023
Nov 24, 2023
Jul 24, 2022
Jul 24, 2022
Jul 24, 2022
Nov 24, 2023
Jul 24, 2022
Nov 24, 2023
Oct 2, 2023

Repository files navigation

🖨️ Printer

Printer Banner

Automation Tooling for Next, Redux and Prisma

license version CircleCI

Printer v1.x.x is compatible with the old Next patterns. You can review the documentation on the v1 website: v1.prntr.click/docs

Printer v2.x.x leverages the Next App Directory pattern. This will be on the main documentation website: prntr.click/docs

Review the CHANGELOG for any updates made to the project.

How it works

  1. Install printer:
# npm
npm install -g @printerframework/cli
# yarn
yarn global add @printerframework/cli
  1. Create a new project:
printer new printer-sample
cd printer-sample
  1. Start developing:
# Create a new component
printer component components/component

Comments and Feedback

Very open to comments and feedback. Very welcoming to people who open issues with reasonable constructive feedback. Please do not open PRs unless you're willing to commit code that matches the conventions and styles of the repository.

Licensing

AGPLv3 - This applies to hard forking printer. Not to Next.js projects generated with Printer.