Skip to content

Commit 54a6eae

Browse files
feat. update scripts
1 parent 158ed47 commit 54a6eae

3 files changed

Lines changed: 6 additions & 7 deletions

File tree

.vscode/plugins.json

Lines changed: 0 additions & 1 deletion
This file was deleted.

readme.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@ Acode/
4141
Enhance Acode's capabilities by adding new languages easily. Just create a file with the language code (e.g., en-us for English) in [`src/lang/`](https://github.com/Acode-Foundation/Acode/tree/main/src/lang) and include it in [`src/lib/lang.js`](https://github.com/Acode-Foundation/Acode/blob/main/src/lib/lang.js). Manage strings across languages effortlessly using utility commands:
4242

4343
```shell
44-
yarn lang add
45-
yarn lang remove
46-
yarn lang search
47-
yarn lang update
44+
npm run lang add
45+
npm run lang remove
46+
npm run lang search
47+
npm run lang update
4848
```
4949

5050
## • Building the Application
@@ -88,7 +88,7 @@ npm run check # it runs both lint and format
8888
Also, ensure that your code is well-documented and includes comments where necessary.
8989

9090
> [!Note]
91-
> You can use any package manager like npm or yarn or pnpm or bun.
91+
> You can use any package manager like npm or npm run or pnpm or bun.
9292
> You can use your editor specific Biomejs plugin for auto-formatting and linting based on Acode's configs.
9393
9494
## • Contributors

utils/scripts/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,4 @@ echo \"${RED}$script3${NC}\";
4343
$script3;
4444
echo \"${RED}$script4${NC}\";
4545
$script4;
46-
"
46+
"

0 commit comments

Comments
 (0)