Skip to content

Commit

Permalink
Merge pull request #101 from qwikerx/fix/cli-dependency
Browse files Browse the repository at this point in the history
fix: cli identify monorepo root dependency
  • Loading branch information
qwikerx authored Jun 14, 2024
2 parents 27b0067 + 449e90a commit a9c3fce
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 113 deletions.
7 changes: 2 additions & 5 deletions packages/cli/README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
<div style="text-align: center">
<h1>Flowbite Qwik Cli</h1>
<h1>Flowbite Qwik CLI</h1>

<p>
The easiest way to get started with `flowbite-qwik` is by using `flowbite-qwik` CLI.
</p>
<p>
<a href="https://www.npmjs.com/package/flowbite-qwik-cli">
<img src="https://img.shields.io/npm/dt/flowbite-qwik-cli.svg" alt="Total Downloads">
</a>
<a href="https://badge.fury.io/js/flowbite-qwik-cli">
<img alt="Latest release" src="https://badge.fury.io/js/flowbite-qwik-cli.svg">
</a>
Expand Down Expand Up @@ -35,7 +32,7 @@ npx flowbite-qwik-cli@latest init

### Error

If some error occurs, you can follow manual instructions [here](https://github.com/qwikerx/flowbite-qwik/blob/main/packages/lib/README.md#manual-way-via-npm).
If some error occurs, you can follow manual instructions [here](https://github.com/qwikerx/flowbite-qwik/blob/main/packages/lib/README.md#-manual-way-via-npm).

## Copyright and license

Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "flowbite-qwik-cli",
"version": "0.0.2",
"version": "0.0.3",
"description": "This is a CLI tool to setup flowbite qwik into your project",
"main": "bin/init.cjs",
"bin": {
Expand All @@ -27,13 +27,13 @@
"@types/eslint": "^8.56.10",
"@types/node": "^20.14.2",
"eslint": "^9.4.0",
"identify-monorepo-root": "^1.0.7",
"typescript": "^5.4.5",
"typescript-eslint": "^8.0.0-alpha.30",
"vite": "^5.2.13"
},
"dependencies": {
"@clack/prompts": "^0.7.0",
"identify-monorepo-root": "^1.0.7",
"prettier": "^3.3.2"
}
}
1 change: 0 additions & 1 deletion packages/cli/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import { defineConfig } from 'vite'
export default defineConfig(() => {
return {
build: {
cssCodeSplit: true,
target: 'esnext',
lib: {
entry: './src/init.ts',
Expand Down
119 changes: 14 additions & 105 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a9c3fce

Please sign in to comment.