# 02-be-modular

> Splitting your application to modular chunks is a major step to make your code reusable. In this lesson we will learn about the module system in node. How to export a module How to import a module How to use npm How to use community packages and built i

Latest version **1.0.1** (published 2018-10-03) · ISC license · 0 weekly downloads

## Install

```sh
npm install 02-be-modular
pnpm add 02-be-modular
yarn add 02-be-modular
bun add 02-be-modular
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.1 |
| Published | 2018-10-03 |
| First published | 2018-10-03 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 1 |
| Unpacked size | 90.7 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Maintainers | ywarezk |

## Links

- npm: https://www.npmjs.com/package/02-be-modular
- npm.io page: https://npm.io/package/02-be-modular

## Dependencies (1)

- [lodash](https://npm.io/package/lodash.md) ^4.17.11

## Recent versions

- 1.0.1 (latest) — 2018-10-03
- 1.0.0 — 2018-10-03

## README

## Modular node applications

Splitting your application to modular chunks is a major step to make your code reusable. 
In this lesson we will learn about the module system in node. 
How to export a module
How to import a module
How to use npm
How to use community packages and built in packages
How to publish a package of your own.

---
_Source: https://npm.io/package/02-be-modular · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
