quine-js
TypeScript icon, indicating that this package has built-in type declarations

0.2.0 • Public • Published

quine-js

This is a selfrep (quine) program. It returns its own source code.

Usage

As a Node.js module:

import { quine } from "quine-js";

console.log(quine());

As a CLI tool:

npx quine-js

References

License

The code in this project is released under the MIT License.

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i quine-js

      Weekly Downloads

      1

      Version

      0.2.0

      License

      MIT

      Unpacked Size

      7.26 kB

      Total Files

      6

      Last publish

      Collaborators

      • mogeko