create-revo 2.0.1 → 2.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
- # Revo - Fast & Efficient React & Next.js Project Setup
1
+ # revo
2
2
 
3
- **Revo** is a modern project setup tool that supports both **React** and **Next.js** projects. It's designed to streamline your workflow by providing clean project structures, pre-configured with **TypeScript** and **Tailwind CSS**, so you can focus on building amazing applications.
3
+ **revo** is a modern project setup tool that supports both **React** and **Next.js** projects. It's designed to streamline your workflow by providing clean project structures, pre-configured with **TypeScript** and **Tailwind CSS**, so you can focus on building amazing applications.
4
4
 
5
5
  ---
6
6
 
@@ -92,16 +92,16 @@ npm run preview
92
92
 
93
93
  ## 🌟 Feedback & Support
94
94
 
95
- If you like Revo or have suggestions for improvement, let me know!
95
+ If you like revo or have suggestions for improvement, let me know!
96
96
  You can reach out to me on [Twitter](https://twitter.com/MaybeTarun).
97
97
 
98
- Happy coding with Revo! 🎉
98
+ Happy coding with revo! 🎉
99
99
 
100
100
  ---
101
101
 
102
102
  ## 🙏 Credits
103
103
 
104
- Revo is built on top of amazing open-source tools. A big shoutout to:
104
+ revo is built on top of amazing open-source tools. A big shoutout to:
105
105
 
106
106
  - [React](https://react.dev/) - The library for building user interfaces
107
107
  - [Next.js](https://nextjs.org/) - The React framework for production
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-revo",
3
- "version": "2.0.1",
3
+ "version": "2.0.2",
4
4
  "description": "Project setup tool for ReactJS and NextJS",
5
5
  "main": "cli.js",
6
6
  "bin": {
@@ -0,0 +1,4 @@
1
+ <svg width="500" height="500" viewBox="0 0 500 500" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <circle cx="250" cy="250" r="225" fill="#EFF0EF" stroke="#2D2A32" stroke-width="50"/>
3
+ <path d="M247 347L362.5 222.5M362.5 222.5H265M362.5 222.5V317.5" stroke="#2D2A32" stroke-width="50" stroke-linecap="round" stroke-linejoin="round"/>
4
+ </svg>
Binary file
@@ -13,8 +13,8 @@ const geistMono = Geist_Mono({
13
13
  });
14
14
 
15
15
  export const metadata: Metadata = {
16
- title: "Revo",
17
- description: "Generated by Revo",
16
+ title: "revo",
17
+ description: "Generated by revo",
18
18
  };
19
19
 
20
20
  export default function RootLayout({
@@ -2,21 +2,23 @@ import Image from 'next/image';
2
2
 
3
3
  export default function Home() {
4
4
  return (
5
- <div className="bg-black w-screen h-screen flex flex-col justify-center items-center select-none">
5
+ <div className="bg-[#EFF0EF] w-screen h-screen flex flex-col justify-center items-center select-none">
6
6
  <div className="flex flex-col items-center space-y-2">
7
- <Image
8
- src="/revo.png"
9
- alt="Revo"
10
- width={160}
11
- height={160}
12
- className="w-32 h-32 md:w-40 md:h-40 transition-transform duration-300 hover:scale-105"
13
- priority
14
- />
15
- <h1 className="text-white text-4xl md:text-6xl font-bold tracking-wider">
16
- Revo
17
- </h1>
18
- <p className="text-gray-400 text-lg md:text-xl text-center max-w-md">
19
- Your project is ready to go
7
+ <div className="flex justify-center items-center space-x-4">
8
+ <Image
9
+ src="/revo.svg"
10
+ alt="revo"
11
+ width={128}
12
+ height={128}
13
+ className="w-32 h-32 md:w-32 md:h-32"
14
+ priority
15
+ />
16
+ <h1 className="text-[#2D2A32] text-6xl md:text-[10rem] font-semibold leading-none -mt-10">
17
+ revo
18
+ </h1>
19
+ </div>
20
+ <p className="text-[#2D2A32] text-base md:text-lg uppercase text-center max-w-md">
21
+ your project is ready to go
20
22
  </p>
21
23
  </div>
22
24
  </div>
@@ -4,7 +4,7 @@
4
4
  <meta charset="UTF-8" />
5
5
  <link rel="icon" type="image/x-icon" href="/favicon.ico" />
6
6
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
7
- <title>Revo</title>
7
+ <title>revo</title>
8
8
  <meta name="author" content="Tarun Gupta" />
9
9
  <!-- <meta name="keywords" content="" /> -->
10
10
  <!-- <meta name="description" content=""/> -->
Binary file
@@ -2,18 +2,20 @@ import revo from './assets/revo.svg';
2
2
 
3
3
  function App() {
4
4
  return (
5
- <div className="bg-black w-screen h-screen flex flex-col justify-center items-center select-none">
5
+ <div className="bg-[#EFF0EF] w-screen h-screen flex flex-col justify-center items-center select-none">
6
6
  <div className="flex flex-col items-center space-y-2">
7
- <img
8
- src={revo}
9
- alt="Revo"
10
- className="w-32 h-32 md:w-40 md:h-40 transition-transform duration-300 hover:scale-105"
11
- />
12
- <h1 className="text-white text-4xl md:text-6xl font-bold tracking-wider">
13
- Revo
14
- </h1>
15
- <p className="text-gray-400 text-lg md:text-xl text-center max-w-md">
16
- Your project is ready to go
7
+ <div className="flex justify-center items-center space-x-4">
8
+ <img
9
+ src={revo}
10
+ alt="revo"
11
+ className="w-32 h-32 md:w-32 md:h-32"
12
+ />
13
+ <h1 className="text-[#2D2A32] text-6xl md:text-[10rem] font-semibold leading-none -mt-10">
14
+ revo
15
+ </h1>
16
+ </div>
17
+ <p className="text-[#2D2A32] text-base md:text-lg uppercase text-center max-w-md">
18
+ your project is ready to go
17
19
  </p>
18
20
  </div>
19
21
  </div>
@@ -0,0 +1,4 @@
1
+ <svg width="500" height="500" viewBox="0 0 500 500" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <circle cx="250" cy="250" r="225" fill="#EFF0EF" stroke="#2D2A32" stroke-width="50"/>
3
+ <path d="M247 347L362.5 222.5M362.5 222.5H265M362.5 222.5V317.5" stroke="#2D2A32" stroke-width="50" stroke-linecap="round" stroke-linejoin="round"/>
4
+ </svg>
package/test/README.md CHANGED
@@ -1,4 +1,4 @@
1
- This is a [Next.js](https://nextjs.org) project bootstrapped with [`create-revo`](https://www.npmjs.com/package/create-revo) for {{projectName}}.
1
+ This is a [Next.js](https://nextjs.org) project bootstrapped with [`create-revo`](https://www.npmjs.com/package/create-revo) for test.
2
2
 
3
3
  ## Getting Started
4
4
 
@@ -1,28 +1,28 @@
1
1
  {
2
- "name": "{{projectName}}",
2
+ "name": "test",
3
3
  "version": "0.1.0",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
- "name": "{{projectName}}",
8
+ "name": "test",
9
9
  "version": "0.1.0",
10
10
  "dependencies": {
11
- "framer-motion": "^12.23.12",
12
- "next": "15.5.2",
13
- "react": "19.1.0",
14
- "react-dom": "19.1.0"
11
+ "framer-motion": "latest",
12
+ "next": "latest",
13
+ "react": "latest",
14
+ "react-dom": "latest"
15
15
  },
16
16
  "devDependencies": {
17
- "@eslint/eslintrc": "^3",
18
- "@tailwindcss/postcss": "^4",
19
- "@types/node": "^20",
20
- "@types/react": "^19",
21
- "@types/react-dom": "^19",
22
- "eslint": "^9",
23
- "eslint-config-next": "15.5.2",
24
- "tailwindcss": "^4",
25
- "typescript": "^5"
17
+ "@eslint/eslintrc": "latest",
18
+ "@tailwindcss/postcss": "latest",
19
+ "@types/node": "latest",
20
+ "@types/react": "latest",
21
+ "@types/react-dom": "latest",
22
+ "eslint": "latest",
23
+ "eslint-config-next": "latest",
24
+ "tailwindcss": "latest",
25
+ "typescript": "latest"
26
26
  }
27
27
  },
28
28
  "node_modules/@alloc/quick-lru": {
package/test/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "name": "{{projectName}}",
2
+ "name": "test",
3
3
  "version": "0.1.0",
4
4
  "private": true,
5
5
  "scripts": {
@@ -9,20 +9,20 @@
9
9
  "lint": "eslint"
10
10
  },
11
11
  "dependencies": {
12
- "framer-motion": "^12.23.12",
13
- "next": "15.5.2",
14
- "react": "19.1.0",
15
- "react-dom": "19.1.0"
12
+ "framer-motion": "latest",
13
+ "next": "latest",
14
+ "react": "latest",
15
+ "react-dom": "latest"
16
16
  },
17
17
  "devDependencies": {
18
- "@eslint/eslintrc": "^3",
19
- "@tailwindcss/postcss": "^4",
20
- "@types/node": "^20",
21
- "@types/react": "^19",
22
- "@types/react-dom": "^19",
23
- "eslint": "^9",
24
- "eslint-config-next": "15.5.2",
25
- "tailwindcss": "^4",
26
- "typescript": "^5"
18
+ "@eslint/eslintrc": "latest",
19
+ "@tailwindcss/postcss": "latest",
20
+ "@types/node": "latest",
21
+ "@types/react": "latest",
22
+ "@types/react-dom": "latest",
23
+ "eslint": "latest",
24
+ "eslint-config-next": "latest",
25
+ "tailwindcss": "latest",
26
+ "typescript": "latest"
27
27
  }
28
- }
28
+ }
Binary file
Binary file
@@ -13,8 +13,8 @@ const geistMono = Geist_Mono({
13
13
  });
14
14
 
15
15
  export const metadata: Metadata = {
16
- title: "Revo",
17
- description: "Generated by Revo",
16
+ title: "revo",
17
+ description: "Generated by revo",
18
18
  };
19
19
 
20
20
  export default function RootLayout({
@@ -6,14 +6,14 @@ export default function Home() {
6
6
  <div className="flex flex-col items-center space-y-2">
7
7
  <Image
8
8
  src="/revo.png"
9
- alt="Revo"
9
+ alt="revo"
10
10
  width={160}
11
11
  height={160}
12
12
  className="w-32 h-32 md:w-40 md:h-40 transition-transform duration-300 hover:scale-105"
13
13
  priority
14
14
  />
15
15
  <h1 className="text-white text-4xl md:text-6xl font-bold tracking-wider">
16
- Revo
16
+ revo
17
17
  </h1>
18
18
  <p className="text-gray-400 text-lg md:text-xl text-center max-w-md">
19
19
  Your project is ready to go
Binary file