Deprecation Notice: project has been deprecated and has been moved Printer Framework.
-
Easy to use Code Generation Tool.
-
Boilerplate Automation
-
Modularized
-
Easy to scale
-
Easy to manage type systems and interfaces
- Install printer:
# npm
npm install -g @chriscates/printer
# yarn
yarn global add @chriscates/printer- Create a new project:
printer new printer-sample
cd printer-sample- Start developing:
# Create a new component
printer component components/componentReview the documentation over here.
Full changelog specified in CHANGELOG.
Every front end project involves a lot of boilerplate. Printer reduces the need to spend time writing boilerplate to almost zero. The principle approach of Printer is to automate anything trivial in Next.js development.
Review the actual generated code in the sample project.
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.