diff --git a/README.md b/README.md index 65aae9f..70410c0 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/README.zh.md b/README.zh.md index 448167d..b684b38 100644 --- a/README.zh.md +++ b/README.zh.md @@ -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) 文档版本:plop@3.1.0 - [plop@3.1.0](https://github.com/plopjs/plop/releases/tag/plop%403.1.0)