Skip to content

Commit

Permalink
removes slack workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
amwmedia committed Sep 25, 2024
1 parent 202d00d commit e012227
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ Micro-generator framework that makes it easy for an entire team to create files
[![npm](https://img.shields.io/npm/dm/plop.svg)](https://www.npmjs.com/package/plop)
 
[![npm](https://img.shields.io/npm/v/plop.svg)](https://www.npmjs.com/package/plop)
 
[![plop on slack](https://img.shields.io/badge/slack-join%20workspace-green)](https://join.slack.com/t/plopjs/shared_invite/zt-ehh69el1-2_DjgZRuMbpC9RnEa4M8cA)

## What is Plop?
Plop is what I like to call a "micro-generator framework." Now, I call it that because it is a small tool that gives you a simple way to generate code or any other type of flat text files in a consistent way. You see, we all create structures and patterns in our code (routes, controllers, components, helpers, etc). These patterns change and improve over time so when you need to create a NEW *insert-name-of-pattern-here*, it's not always easy to locate the files in your codebase that represent the current "best practice." That's where plop saves you. With plop, you have your "best practice" method of creating any given pattern in CODE. Code that can easily be run from the terminal by typing `plop`. Not only does this save you from hunting around in your codebase for the right files to copy, but it also turns "the right way" into "the easiest way" to make new files.
Expand Down
2 changes: 0 additions & 2 deletions README.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
[![npm](https://img.shields.io/npm/dm/plop.svg)](https://www.npmjs.com/package/plop)
 
[![npm](https://img.shields.io/npm/v/plop.svg)](https://www.npmjs.com/package/plop)
 
[![plop on slack](https://img.shields.io/badge/slack-join%20workspace-green)](https://join.slack.com/t/plopjs/shared_invite/zt-ehh69el1-2_DjgZRuMbpC9RnEa4M8cA)

文档版本:[email protected] - [[email protected]](https://github.com/plopjs/plop/releases/tag/plop%403.1.0)

Expand Down

0 comments on commit e012227

Please sign in to comment.