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.
- 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
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.
AGPLv3 - This applies to hard forking printer. Not to Next.js projects generated with Printer.