Next.js website for Rocky Mountain Vending company featuring: - Product catalog with Stripe integration - Service areas and parts pages - Admin dashboard with Clerk authentication - SEO optimized pages with JSON-LD structured data Co-authored-by: Cursor <cursoragent@cursor.com>
19 lines
225 B
Text
19 lines
225 B
Text
# bare-path
|
|
|
|
Path manipulation library for JavaScript.
|
|
|
|
```
|
|
npm i bare-path
|
|
```
|
|
|
|
## Usage
|
|
|
|
``` js
|
|
const path = require('bare-path')
|
|
|
|
path.join('foo', 'bar') // foo/bar on posix, foo\bar on windows
|
|
```
|
|
|
|
## License
|
|
|
|
Apache-2.0
|