feat(curriculum): add Working with npm Scripts theory block (#64221)

Co-authored-by: Tom <20648924+moT01@users.noreply.github.com>
Co-authored-by: Kolade Chris <65571316+Ksound22@users.noreply.github.com>
This commit is contained in:
majestic-owl448
2025-12-16 14:23:28 +01:00
committed by GitHub
parent 060a23f2d3
commit 4ad8101ae0
8 changed files with 1153 additions and 1 deletions

View File

@@ -7467,6 +7467,12 @@
"Learn the fundamentals of how web communication works through the HTTP request-response model, explore different types of web assets and responses, and understand how forms handle data submission using various HTTP methods."
]
},
"lecture-working-with-npm-scripts": {
"title": "Working with npm Scripts",
"intro": [
"Learn about npm scripts, publishing packages to the npm registry, and working with CommonJS and ES modules. These lessons cover essential Node.js development tools and module systems."
]
},
"exam-back-end-development-and-apis-certification": {
"title": "Back End Development and APIs Certification Exam",
"intro": [

View File

@@ -0,0 +1,9 @@
---
title: Introduction to the Working with npm Scripts
block: lecture-working-with-npm-scripts
superBlock: back-end-development-and-apis-v9
---
## Introduction to the Working with npm Scripts
Learn about npm scripts, publishing packages to the npm registry, and working with CommonJS and ES modules. These lessons cover essential Node.js development tools and module systems.