JSPM

devcard-by-dini

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

    Scaffold a beautiful personal CLI portfolio card — publish it to npm in minutes

    Package Exports

    • devcard-by-dini
    • devcard-by-dini/src/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 (devcard-by-dini) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

    Readme

    devcard-by-dini

    Scaffold a beautiful personal CLI portfolio card and publish it to npm in minutes.

    Usage

    npx devcard-by-dini

    Answer the prompts — name, role, bio, skills, projects, achievements, links — and your personal CLI card is generated instantly.

    What it generates

    your-username/
    ├── bin/
    │   └── cli.js        ← npx your-username
    ├── src/
    │   └── index.js      ← importable library
    ├── package.json
    ├── README.md
    └── .gitignore

    Then just:

    cd your-username
    npm install
    node bin/cli.js     # test locally
    npm publish         # go live!

    Anyone in the world can then run:

    npx your-username

    Features

    • ✅ Interactive prompts for all your info
    • ✅ Generates a fully working CLI card
    • ✅ Also works as an importable npm library
    • ✅ Colored terminal output with chalk + boxen
    • ✅ Ready-to-publish package.json
    • ✅ README auto-generated with your info

    Author

    Made with ♥ by Dinithi Nanayakkara
    Run npx dinijay to see the original!