Skip to content

Commit a9597dc

Browse files
committed
chore: migrate template changes
1 parent 919f80b commit a9597dc

File tree

7 files changed

+18
-17
lines changed

7 files changed

+18
-17
lines changed

.vscode/settings.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
"typescript.preferences.importModuleSpecifier": "relative",
2525
"prettier.configPath": ".prettierrc.cjs",
2626
"cSpell.words": [
27+
"hyochan",
2728
"myapp"
2829
]
2930
}

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# CHANGELOG
22

3-
All in [release notes](https://github.com/dooboolab-community/dooboo-cli/releases).
3+
All in [release notes](https://github.com/hyochan/dooboo-cli/releases).

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2021 dooboolab
3+
Copyright (c) 2024 hyochan
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
66

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22

33
The cli tool for building faster app with [Expo](http://expo.io) and [Expo Router](https://expo.github.io/router).
44

5-
[![CI](https://github.com/dooboolab/dooboo-cli/actions/workflows/ci.yml/badge.svg)](https://github.com/dooboolab/dooboo-cli/actions/workflows/ci.yml)
6-
[![deploy pkg](https://github.com/dooboolab/dooboo-cli/actions/workflows/deploy.yml/badge.svg)](https://github.com/dooboolab/dooboo-cli/actions/workflows/deploy.yml)
5+
[![CI](https://github.com/hyochan/dooboo-cli/actions/workflows/ci.yml/badge.svg)](https://github.com/hyochan/dooboo-cli/actions/workflows/ci.yml)
6+
[![deploy pkg](https://github.com/hyochan/dooboo-cli/actions/workflows/deploy.yml/badge.svg)](https://github.com/hyochan/dooboo-cli/actions/workflows/deploy.yml)
77
[![Npm Version](http://img.shields.io/npm/v/dooboo.svg?style=flat-square)](https://npmjs.org/package/dooboo)
88
[![Downloads](http://img.shields.io/npm/dm/dooboo.svg?style=flat-square)](https://npmjs.org/package/dooboo)
99
![License](http://img.shields.io/npm/l/dooboo.svg?style=flat-square)
10-
[![Greenkeeper badge](https://badges.greenkeeper.io/dooboolab-community/dooboo-cli.svg)](https://greenkeeper.io/)
10+
[![Greenkeeper badge](https://badges.greenkeeper.io/hyochan/dooboo-cli.svg)](https://greenkeeper.io/)
1111

1212
## Announcement
1313

@@ -25,7 +25,7 @@ In addition, we're shifting our approach with the [`dooboo-cli`](https://www.npm
2525
- [react-native](https://github.com/facebook/react-native)
2626
- [expo-router](https://expo.github.io/router)
2727
- [emotion](https://emotion.sh)
28-
- [dooboo-ui](https://github.com/dooboolab-community/dooboo-ui)
28+
- [dooboo-ui](https://github.com/hyochan/dooboo-ui)
2929
- [jest](https://github.com/facebook/jest)
3030
- [react-native-testing-library](https://github.com/callstack/react-native-testing-library)
3131
- [typescript](https://github.com/Microsoft/TypeScript)
@@ -36,7 +36,7 @@ In addition, we're shifting our approach with the [`dooboo-cli`](https://www.npm
3636

3737
## Quick News
3838

39-
- In default, [dooboo-ui](https://github.com/dooboolab/dooboo-ui) ui framework is preinstalled in the project. Hope you like it 🧡.
39+
- In default, [dooboo-ui](https://github.com/hyochan/dooboo-ui) ui framework is preinstalled in the project. Hope you like it 🧡.
4040

4141
## Usage
4242

@@ -81,4 +81,4 @@ npm uninstall -g dooboo
8181
npm run link
8282
```
8383

84-
- [Expo Router Starter](https://github.com/dooboolab-community/expo-router-starter)
84+
- [Expo Router Starter](https://github.com/hyochan/expo-router-starter)

bin/root.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -140,19 +140,19 @@ program
140140

141141
switch (options[0].value) {
142142
case TYPE_OF_APP.EXPO_48:
143-
template = `-b ${EXPO_48_BRANCH} https://github.com/dooboolab-community/expo-router-starter.git`;
143+
template = `-b ${EXPO_48_BRANCH} https://github.com/hyochan/expo-router-starter.git`;
144144

145145
break;
146146
case TYPE_OF_APP.EXPO_49:
147-
template = `-b ${EXPO_49_BRANCH} https://github.com/dooboolab-community/expo-router-starter.git`;
147+
template = `-b ${EXPO_49_BRANCH} https://github.com/hyochan/expo-router-starter.git`;
148148

149149
break;
150150
case TYPE_OF_APP.EXPO_50:
151-
template = `-b ${EXPO_50_BRANCH} https://github.com/dooboolab-community/expo-router-starter.git`;
151+
template = `-b ${EXPO_50_BRANCH} https://github.com/hyochan/expo-router-starter.git`;
152152

153153
break;
154154
default:
155-
template = `-b ${LATEST} https://github.com/dooboolab-community/expo-router-starter.git`;
155+
template = `-b ${LATEST} https://github.com/hyochan/expo-router-starter.git`;
156156
break;
157157
}
158158

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "dooboo",
3-
"version": "0.1.13",
4-
"description": "Expo and expo router starter kit maintained by dooboolab.",
3+
"version": "0.1.14",
4+
"description": "Expo and expo router starter kit maintained by hyochan.",
55
"bin": {
66
"dooboo": "lib/bin/root.js"
77
},
@@ -12,7 +12,7 @@
1212
"build": "rm -rf lib/ && npm run lint && npm run tsc && cp -r templates lib/",
1313
"deploy": "npm run build && npm publish"
1414
},
15-
"author": "dooboolab",
15+
"author": "hyochan",
1616
"license": "MIT",
1717
"keywords": [
1818
"react",
@@ -49,7 +49,7 @@
4949
},
5050
"repository": {
5151
"type": "git",
52-
"url": "git+https://github.com/dooboolab-community/dooboo-cli.git"
52+
"url": "git+https://github.com/hyochan/dooboo-cli.git"
5353
},
5454
"publishConfig": {
5555
"access": "public"

templates/expo/providers/StateProvider.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ interface Props {
2222

2323
function StateProvider({children}: Props): JSX.Element {
2424
const [user, setUser] = useState<User>({
25-
displayName: 'dooboolab',
25+
displayName: 'hyochan',
2626
age: 18,
2727
job: 'dev',
2828
});

0 commit comments

Comments
 (0)