Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

shba007/unstack

Repository files navigation

Logo

UnStack

npm version npm downloads License

Print your favorite framework info into cli

Usage (CLI)

Globally run print with npx:

npx @shba007/unstack@latest

or

npx @shba007/unstack@latest -f [framework]
Options:
-f, --framework prints the framework's logo and details

Use npx @shba007/unstack print --help for more usage info.

Usage (API)

Install package:

# ✨ Auto-detect
npx nypm install @shba007/unstack
# npm
npm install @shba007/unstack
# yarn
yarn add @shba007/unstack
# pnpm
pnpm install @shba007/unstack
# bun
bun install @shba007/unstack

Import:

ESM (Node.js, Bun)

import { getDetails } from '@shba007/unstack'

CommonJS (Legacy Node.js)

const { getDetails } = require('@shba007/unstack')

CDN (Deno, Bun and Browsers)

import { getDetails } from 'https://esm.sh/@shba007/unstack'

Feature

Currently supports the following

  • Frameworks:-
    • Frontend:-

      • Angular
      • React
      • Vue
      • Svelte
      • Preact
      • Solid
      • Remix
      • Qwik
      • Lit
      • TiniJS
      • Alpine
      • Stencil
      • Mithril
      • Astro
      • Vuepress
      • Vitepress
      • Docus
      • Meteor
    • Backend:-

      • Express
      • Fastify
      • Koa
      • Feathers
      • NestJS
      • Nitro
    • FullStack:-

      • Analog
      • Next
      • Gatsby
      • Nuxt
      • Gridsome
      • Svelte Kit
      • Ember js
      • Fresh
      • Redwood
      • Hydrogen

Currently displays the following details

  • Description
  • Starts
  • Published At
  • Updated At
  • Author
  • Version
  • GitHub Link
  • Website Link
  • Init Command

Vision and Roadmap

  • Update Published At Using NPM

  • Include all framework's Icons of JS Ecosystem

    • Adonis JS
    • Django
    • Flask
    • FastAPI
  • Add all Runtime

    • Node.js
    • Deno
    • Bun
  • Add all Build Tools/Bundler

    • Webpack
    • Vite
    • Rollup
    • Parcel
    • Snowpack

Development

local development
  • Clone this repository
  • Install latest LTS version of Node.js
  • Enable Corepack using corepack enable
  • Install dependencies using pnpm install
  • Run interactive tests using pnpm dev

License

Published under the MIT license.

About

Print your favorite framework info into cli

Topics

Resources

License

Stars

Watchers

Forks

Packages

Contributors 3

AltStyle によって変換されたページ (->オリジナル) /