The Complete Strapi™ Course with Plugins and Deployment - Extract the Plugin as a Separate Package

The Complete Strapi™ Course with Plugins and Deployment - Extract the Plugin as a Separate Package

Assessment

Interactive Video

Information Technology (IT), Architecture

University

Hard

Created by

Quizizz Content

FREE Resource

The video tutorial guides viewers through the process of extracting code to create a reusable plugin that can be deployed as an NPM package. It covers setting up a separate project, configuring necessary files, and integrating with GitHub. The tutorial also emphasizes the importance of documentation and preparing the plugin for publication on the Strappy marketplace. Finally, it demonstrates how to commit changes and push the code to a GitHub repository.

Read more

7 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the primary benefit of making a plugin reusable and deploying it as an NPM package?

It makes the plugin faster.

It allows the plugin to be used as a dependency in multiple projects.

It increases the security of the plugin.

It reduces the size of the application.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Why is it important to move the GitHub Projects folder to a separate directory?

To increase the speed of the application.

To improve the security of the project.

To reduce the size of the project.

To treat it as a standalone project.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of creating a dedicated GitHub repository for the plugin?

To make the plugin private.

To allow multiple developers to work on it.

To increase the speed of the plugin.

To treat it as a separate project.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What should be included in the README file of the GitHub repository?

The complete source code.

A short description and installation instructions.

A detailed history of changes.

A list of all contributors.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Why is it important to follow the Strapi marketplace guidelines?

To make the plugin suitable for publication on the Strapi marketplace.

To reduce the size of the plugin.

To increase the speed of the plugin.

To ensure the plugin is compatible with all versions of Strapi.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of adding a .gitignore file?

To make the repository private.

To increase the size of the repository.

To ignore unnecessary files like node modules.

To include all files in the repository.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the next step after pushing the code to the GitHub repository?

Publish the plugin as an NPM package.

Merge the code with another repository.

Delete the repository.

Create a new branch.