JSPM

just-ship-it

1.0.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 9
  • Score
    100M100P100Q50441F
  • License MIT

A motivational package to remind you to just ship it

Package Exports

  • just-ship-it
  • just-ship-it/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (just-ship-it) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

just-ship-it

A motivational package to remind you to just ship it! 🚀

Installation

npm install -g just-ship-it

Usage

CLI

just-ship-it

Programmatic

const justShipIt = require('just-ship-it');

console.log(justShipIt());
// Output: 🚀 Just ship it!

Why?

Sometimes you just need a reminder that done is better than perfect. Stop overthinking and start shipping!

License

MIT