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 +5 -5
- package/package.json +1 -1
- package/template-nextjs/public/revo.svg +4 -0
- package/template-nextjs/src/app/favicon.ico +0 -0
- package/template-nextjs/src/app/layout.tsx +2 -2
- package/template-nextjs/src/app/page.tsx +16 -14
- package/template-reactjs/index.html +1 -1
- package/template-reactjs/public/favicon.ico +0 -0
- package/template-reactjs/src/App.tsx +13 -11
- package/template-reactjs/src/assets/revo.svg +4 -0
- package/test/README.md +1 -1
- package/test/package-lock.json +15 -15
- package/test/package.json +15 -15
- package/test/public/revo.png +0 -0
- package/test/src/app/favicon.ico +0 -0
- package/test/src/app/layout.tsx +2 -2
- package/test/src/app/page.tsx +2 -2
- package/template-nextjs/public/revo.png +0 -0
- package/template-reactjs/src/assets/revo.png +0 -0
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
#
|
|
1
|
+
# revo
|
|
2
2
|
|
|
3
|
-
**
|
|
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
|
|
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
|
|
98
|
+
Happy coding with revo! 🎉
|
|
99
99
|
|
|
100
100
|
---
|
|
101
101
|
|
|
102
102
|
## 🙏 Credits
|
|
103
103
|
|
|
104
|
-
|
|
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
|
@@ -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
|
|
@@ -2,21 +2,23 @@ import Image from 'next/image';
|
|
|
2
2
|
|
|
3
3
|
export default function Home() {
|
|
4
4
|
return (
|
|
5
|
-
<div className="bg-
|
|
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
|
-
<
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
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>
|
|
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-
|
|
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
|
-
<
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
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
|
|
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
|
|
package/test/package-lock.json
CHANGED
|
@@ -1,28 +1,28 @@
|
|
|
1
1
|
{
|
|
2
|
-
"name": "
|
|
2
|
+
"name": "test",
|
|
3
3
|
"version": "0.1.0",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
|
-
"name": "
|
|
8
|
+
"name": "test",
|
|
9
9
|
"version": "0.1.0",
|
|
10
10
|
"dependencies": {
|
|
11
|
-
"framer-motion": "
|
|
12
|
-
"next": "
|
|
13
|
-
"react": "
|
|
14
|
-
"react-dom": "
|
|
11
|
+
"framer-motion": "latest",
|
|
12
|
+
"next": "latest",
|
|
13
|
+
"react": "latest",
|
|
14
|
+
"react-dom": "latest"
|
|
15
15
|
},
|
|
16
16
|
"devDependencies": {
|
|
17
|
-
"@eslint/eslintrc": "
|
|
18
|
-
"@tailwindcss/postcss": "
|
|
19
|
-
"@types/node": "
|
|
20
|
-
"@types/react": "
|
|
21
|
-
"@types/react-dom": "
|
|
22
|
-
"eslint": "
|
|
23
|
-
"eslint-config-next": "
|
|
24
|
-
"tailwindcss": "
|
|
25
|
-
"typescript": "
|
|
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": "
|
|
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": "
|
|
13
|
-
"next": "
|
|
14
|
-
"react": "
|
|
15
|
-
"react-dom": "
|
|
12
|
+
"framer-motion": "latest",
|
|
13
|
+
"next": "latest",
|
|
14
|
+
"react": "latest",
|
|
15
|
+
"react-dom": "latest"
|
|
16
16
|
},
|
|
17
17
|
"devDependencies": {
|
|
18
|
-
"@eslint/eslintrc": "
|
|
19
|
-
"@tailwindcss/postcss": "
|
|
20
|
-
"@types/node": "
|
|
21
|
-
"@types/react": "
|
|
22
|
-
"@types/react-dom": "
|
|
23
|
-
"eslint": "
|
|
24
|
-
"eslint-config-next": "
|
|
25
|
-
"tailwindcss": "
|
|
26
|
-
"typescript": "
|
|
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
|
+
}
|
package/test/public/revo.png
CHANGED
|
Binary file
|
package/test/src/app/favicon.ico
CHANGED
|
Binary file
|
package/test/src/app/layout.tsx
CHANGED
package/test/src/app/page.tsx
CHANGED
|
@@ -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="
|
|
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
|
-
|
|
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
|
|
Binary file
|