You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> [Featured packages built with this template.](./FEATURED.md)
6
6
7
7
> We are happy to announce that we have launched a new course to help you understand this template better [Craft Next Gen UI Libraries for React 18 and Next.js 14](https://www.udemy.com/course/craft-next-gen-ui-libraries-for-react-18-and-nextjs-14/?referralCode=46B8C7845ECCEA99E0EF)
8
8
9
9
## Features
10
10
11
-
✅ Fully Treeshakable (import from fork-me/client/component)
11
+
✅ Fully Treeshakable (import from @mayank1513/fork-me/client/component)
12
12
13
13
✅ Full TypeScript Support
14
14
@@ -21,24 +21,21 @@
21
21
## Install
22
22
23
23
```bash
24
-
$ pnpm add fork-me
24
+
$ pnpm add @mayank1513/fork-me
25
25
```
26
26
27
27
or
28
28
29
29
```bash
30
-
$ npm install fork-me
30
+
$ npm install @mayank1513/fork-me
31
31
```
32
32
33
33
or
34
34
35
35
```bash
36
-
$ yarn add fork-me
36
+
$ yarn add @mayank1513/fork-me
37
37
```
38
38
39
-
40
-
41
-
42
39
## Getting started:
43
40
44
41
Click on the `"Use this template"` button to customize it for your next JavaScript/TypeScript/React/Vue/Next.js library or project.
@@ -62,21 +59,21 @@ Compared to the default scaffold from create-turbo, this template offers:
62
59
-[ ] Please make sure `owner` is set to your <npmjs.com> username before running the above command.
63
60
-[ ] Set up `CodeCov`
64
61
-[ ] Visit codecov and setup your repo
65
-
-[ ] Create [repository secret](https://github.com/react18-tools/fork-me/settings/secrets/actions) for `CODECOV_TOKEN`
62
+
-[ ] Create [repository secret](https://github.com/react18-tools/@mayank1513/fork-me/settings/secrets/actions) for `CODECOV_TOKEN`
66
63
-[ ] Set up `CodeClimate`
67
64
-[ ] Visit CodeClimate and setup your repo
68
-
-[ ] Create [repository secret](https://github.com/react18-tools/fork-me/settings/secrets/actions) for `CC_TEST_REPORTER_ID`
65
+
-[ ] Create [repository secret](https://github.com/react18-tools/@mayank1513/fork-me/settings/secrets/actions) for `CC_TEST_REPORTER_ID`
69
66
-[ ] add `*.test.*` to ignore patterns on the website
70
67
-[ ] update code climate badge
71
68
-[ ] Add `NPM_AUTH_TOKEN` to repository secrets to automate publishing package
72
69
-[ ] login to your [`npm` account](https://www.npmjs.com/login) and create automation token
73
70
-[ ] Create a new repository secrets `NPM_AUTH_TOKEN`
74
-
-[ ] Update description in `lib/fork-me/package.json`
71
+
-[ ] Update description in `lib/@mayank1513/fork-me/package.json`
75
72
-[ ] Update Repo Stats by visiting and setting up [repobeats](https://repobeats.axiom.co/)
76
73
-[ ] Create your library and update examples
77
74
-[ ] Update README
78
75
-[ ] Setup GitHub pages to deploy docs
79
-
-[ ] Go to [repo settings](https://github.com/react18-tools/fork-me/settings/pages) -> pages (On left panel); Select deploy from a branch; Then Select `main` and `/docs`
76
+
-[ ] Go to [repo settings](https://github.com/react18-tools/@mayank1513/fork-me/settings/pages) -> pages (On left panel); Select deploy from a branch; Then Select `main` and `/docs`
80
77
-[ ] (Optional) Set up [Deepsource](https://app.deepsource.com/login) for static code analysis
81
78
-[ ] Push your changes/Create PR and see your library being automatically tested and published
82
79
-[ ] Optionally deploy your example(s) to Vercel.
@@ -103,7 +100,7 @@ This Turborepo includes the following packages/examples/lib:
103
100
104
101
-`nextjs`: a [Next.js](https://nextjs.org/) app
105
102
-`vite`: a [Vite.js](https://vitest.dev) app
106
-
-`fork-me`: a React component library shared by both `Next.js` and `Vite` examples
103
+
-`@mayank1513/fork-me`: a React component library shared by both `Next.js` and `Vite` examples
107
104
-`eslint-config-custom`: ESLint configurations (includes `eslint-config-next` and `eslint-config-prettier`)
108
105
-`tsconfig`: `tsconfig.json`s used throughout the monorepo
109
106
@@ -114,7 +111,7 @@ Each package/example is 100% [TypeScript](https://www.typescriptlang.org/).
114
111
To build all apps and packages, run the following command:
115
112
116
113
```
117
-
cd fork-me
114
+
cd @mayank1513/fork-me
118
115
pnpm build
119
116
```
120
117
@@ -123,7 +120,7 @@ pnpm build
123
120
To develop all apps and packages, run the following command:
124
121
125
122
```
126
-
cd fork-me
123
+
cd @mayank1513/fork-me
127
124
pnpm dev
128
125
```
129
126
@@ -138,7 +135,7 @@ Learn more about the power of Turborepo:
### 🤩 Don't forger to star [this repo](https://github.com/react18-tools/fork-me)!
138
+
### 🤩 Don't forger to star [this repo](https://github.com/react18-tools/@mayank1513/fork-me)!
142
139
143
140
Want hands-on course for getting started with Turborepo? Check out [React and Next.js with TypeScript](https://mayank-chaudhari.vercel.app/courses/react-and-next-js-with-typescript) and [The Game of Chess with Next.js, React and TypeScrypt](https://www.udemy.com/course/game-of-chess-with-nextjs-react-and-typescrypt/?referralCode=851A28F10B254A8523FE)
0 commit comments