Metadata-Version: 2.1
Name: jmlopez-m
Version: 0.8.0
Summary: m
Home-page: https://github.com/jmlopez-rod/m
Author: Manuel Lopez
Author-email: jmlopez.rod@gmail.com
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/jmlopez-rod/m/issues
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE

# m

## install

### pypi

```
pip install jmlopez-m
```

### npmjs

```
pnpm add @jmlopez/m
```

### github

```
pnpm add @jmlopez-rod/m
```

Before running the command make sure to have the following in the project
`.npmrc` or `~/.npmrc`.

```
@jmlopez-rod:registry=https://npm.pkg.github.com/
//npm.pkg.github.com/:_authToken=${GITHUB_TOKEN}
```

Make sure to have `GITHUB_TOKEN` defined in your environment variables with
a valid token obtained from <https://github.com/settings/tokens>.


