Skip to content

Commit

Permalink
refactor: move stuff to root, use pnpm & restructure
Browse files Browse the repository at this point in the history
  • Loading branch information
raisedadead committed Apr 6, 2023
1 parent 913c7b9 commit 9bf6b9d
Show file tree
Hide file tree
Showing 141 changed files with 3,700 additions and 13,993 deletions.
12 changes: 12 additions & 0 deletions README.md
Expand Up @@ -2,3 +2,15 @@

> Scripts for some one-off DevOps tasks. We use these for generating stats and
> other housekeeping.
## Warning

Please check the scripts for usage instructions, and note that some of them become completely outdated over time.

## Usage

```bash
pnpm install --filter <folder name of the script>
```

Then follow the instructions in the `README.md` of the package or check the script code for details.
343 changes: 0 additions & 343 deletions accounts/package-lock.json

This file was deleted.

20 changes: 5 additions & 15 deletions accounts/package.json
@@ -1,22 +1,12 @@
{
"name": "scripts",
"version": "1.0.0",
"description": "script",
"main": "index.js",
"name": "accounts",
"version": "0.0.0",
"private": true,
"scripts": {
"mailing-list": "node ./get-emails.js",
"test": "echo \"Happy Coding!\""
"start": "echo \"Error: Start has not been defined.\" && exit 1",
"test": "echo \"Error: Test has not been defined.\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/FreeCodeCamp/scripts.git"
},
"author": "freeCodeCamp",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/FreeCodeCamp/scripts/issues"
},
"homepage": "https://github.com/FreeCodeCamp/scripts#readme",
"dependencies": {
"dotenv": "^9.0.2",
"email-validator": "^2.0.4",
Expand Down
File renamed without changes.

0 comments on commit 9bf6b9d

Please sign in to comment.