https://github.com/edm00se/npm-edm00se
reserving the project space for the npm package of my usual handle
https://github.com/edm00se/npm-edm00se
Last synced: about 2 months ago
JSON representation
reserving the project space for the npm package of my usual handle
- Host: GitHub
- URL: https://github.com/edm00se/npm-edm00se
- Owner: edm00se
- Created: 2016-06-20T14:54:00.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2021-06-04T19:04:33.000Z (about 4 years ago)
- Last Synced: 2025-02-15T17:49:54.640Z (4 months ago)
- Language: JavaScript
- Size: 19.5 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# npm-edm00se [![NPM version][npm-image]][npm-url] [![Node CI][gh-build-image]][gh-build-url] [![Dependency Status][daviddm-image]][daviddm-url]
> an npm module to reserve the edm00se namespace'd package## What Is This?
Inspired by [kentcdodds/npm-kentcdodds](https://github.com/kentcdodds/npm-kentcdodds), this is a reserved package name for my usual handle (on twitter, GH, etc.). I may eventually roll it up to be a bit more robust in content and replace a couple of similar modlues I have defined in-project, elsewhere.
## Installation
```sh
$ npm install --save edm00se
```## Usage
```js
var edm00se = require('npm-edm00se');console.log(edm00se.name.first + ' ' + edm00se.name.last);
```
## LicenseMIT © [Eric McCormick](https://edm00se.io/)
[npm-image]: https://badge.fury.io/js/edm00se.svg
[npm-url]: https://npmjs.org/package/edm00se
[gh-build-image]: https://github.com/edm00se/npm-edm00se/actions/workflows/nodejs.yml/badge.svg
[gh-build-url]: https://github.com/edm00se/npm-edm00se/actions/workflows/nodejs.yml
[daviddm-image]: https://david-dm.org/edm00se/npm-edm00se.svg?theme=shields.io
[daviddm-url]: https://david-dm.org/edm00se/npm-edm00se