JSPM

  • Created
  • Published
  • Downloads 702
  • Score
    100M100P100Q107764F
  • License MIT

The Stacks payments package. Currently supporting Stripe.

Package Exports

  • @stacksjs/payments
  • @stacksjs/payments/Customer.d.ts
  • @stacksjs/payments/charge.d.ts
  • @stacksjs/payments/checkout.d.ts
  • @stacksjs/payments/fsevents-hj42pnne.node
  • @stacksjs/payments/index.d.ts
  • @stacksjs/payments/index.js
  • @stacksjs/payments/payment-method.d.ts
  • @stacksjs/payments/price.d.ts
  • @stacksjs/payments/setup-products.d.ts
  • @stacksjs/payments/stripe.d.ts
  • @stacksjs/payments/subscription.d.ts

Readme

Stacks Path

Easily work with file paths.

☘️ Features

  • Ensures paths are normalized across all Operating Systems
  • Easily access the path's basename, dirname, extension, filename, and more
  • Drop-in Node.js module replacement
  • Written in modern ESM/TypeScript

🤖 Usage

bun install -d @stacksjs/path

Now, you can easily access it in your project:

import { filename, normalizeAliases, resolve, resolveAlias } from '@stacksjs/path'

// and more...

To view the full documentation, please visit https://stacksjs.org/path.

🧪 Testing

bun test

📈 Changelog

Please see our releases page for more information on what has changed recently.

🚜 Contributing

Please review the Contributing Guide for details.

🏝 Community

For help, discussion about best practices, or any other conversation that would benefit from being searchable:

Discussions on GitHub

For casual chit-chat with others using this package:

Join the Stacks Discord Server

🙏🏼 Credits

Many thanks to the following core technologies & people who have contributed to this package:

📄 License

The MIT License (MIT). Please see LICENSE for more information.

Made with 💙