package-path-parse
v0.0.1
Published
Simple utility function to reliably parse external package references
Downloads
5
Maintainers
Readme
This is default description for package-path-parse
The Problem
...blurb...
The Solution
...blurb...
We approach it in 2 ways...
🛠 Approach 1:
...blurb...
Full list of options here
🩹 Approach 2:
...blurb...
Installation
This module is distributed via npm which is bundled with node and should be installed as one of your project's devDependencies:
yarn add -D package-path-parse
Usage
This module is distributed via npm which is bundled with node and should be installed as one of your project's devDependencies:
// FILENAME
import {SOMETHING} from 'package-path-parse'
...blurb...
Options
| parameter | web/node | default | type | description | |-------|----|-------------------------------------------|:---:|---:| | nodeBundle | node | index | string | the name of the bundle file |
Command Line
| parameter | description | |---------------------:|--------------------------:| | verbose | logs the full config to the console
Prior Art
ts-toolbelt
- Higher type safety for TypeScript
Author
Contributing
The project follows the all-contributors specification. Contributions of any kind welcome!
Please see here for details of how to contribute.