New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@chriscates/printer

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@chriscates/printer

🖨️ Printer: A code generation tool for Next.js, Redux, Prisma Development.

  • 1.5.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

🖨️ 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.

FAQs

Package last updated on 05 Jun 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc