Skip to content

PrinterFramework/CLI

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.