1.5.0 • Published 2 years ago

@chriscates/printer v1.5.0

Weekly downloads
-
License
AGPLv3
Repository
github
Last release
2 years ago

🖨️ Printer

A code generation tool for Next.js, Redux, Prisma Development

license version CircleCI codecov

Why Printer?

  • Easy to use Code Generation Tool.

  • Boilerplate Automation

  • Modularized

  • Easy to scale

  • Easy to manage type systems and interfaces

How it works

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

Review the documentation over here.

Full changelog specified in CHANGELOG.

Design and Approach

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.

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.

1.5.0

2 years ago

1.4.2

2 years ago

1.4.1

2 years ago

1.4.0

2 years ago

1.3.0

2 years ago

1.4.10

2 years ago

1.2.1

2 years ago

1.1.2

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago