@printerframework/cli
v2.2.5-1
Published
🖨️ Automation Tooling for Next, Redux and Prisma.
Downloads
35
Readme
🖨️ Printer
Automation Tooling for Next, Redux and Prisma
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
- Install printer:
# npm
npm install -g @printerframework/cli
# yarn
yarn global add @printerframework/cli
- Create a new project:
printer new printer-sample
cd printer-sample
- 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.