0.3.6 • Published 6 months ago
@shba007/unstack v0.3.6
unstack
Print your favorite framework's logo and details into the 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 {} from '@shba007/unstack'
CommonJS (Legacy Node.js)
const {} = require('@shba007/unstack')
CDN (Deno, Bun and Browsers)
import {} from 'https://esm.sh/@shba007/unstack'
WIP Vuepress Logo WIP Fresh Description
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
- 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. Made by community 💛
🤖 auto updated with automd