Skip to content

Commit

Permalink
release
Browse files Browse the repository at this point in the history
  • Loading branch information
DopamineDriven committed Nov 18, 2024
1 parent 9a1059e commit b8190dd
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 deletions.
5 changes: 5 additions & 0 deletions .changeset/great-pots-begin.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@turbogen/turbogen": minor
---

0.5.0
8 changes: 4 additions & 4 deletions packages/turbogen/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,29 +19,29 @@ pnpm ddturbogen init
Run `pnpm init` in a new repo and install the package.


![ddturbogen-install](./public/ddturbogen-install.png)
![ddturbogen-install](https://dev-to-uploads.s3.amazonaws.com/uploads/articles/z1bvwf0w1iovvftgswqc.png)


Once installed, your `package.json` file should look similar to the following


![ddturbogen-package-json-before](./public/ddturbogen-package-json--before.png)
![ddturbogen-package-json-before](https://dev-to-uploads.s3.amazonaws.com/uploads/articles/4wwtsiaxo7c24kui4wvh.png)


Now run the `pnpm ddturbogen init` command (ddturbogen is short for dopamine driven turbogen 🌚)

There are two prompts to answer, shown below


![ddturbogen-init](./public/ddturbogen-init.png)
![ddturbogen-init](https://dev-to-uploads.s3.amazonaws.com/uploads/articles/3qquxs1n9azd5mmhqfun.png)


Once finished, your entire workspace is instantly generated, tooling is configured, and a web app is ready to go. Your locally installed version of pnpm is also parsed and included in your root `package.json` file

Now, your root `package.json` should look similar to the following


![package-json-after](./public/ddturbogen-package-json-after.png)
![package-json-after](https://dev-to-uploads.s3.amazonaws.com/uploads/articles/r8yb6shzsd8iuq2dghgp.png)

### An important Final step -- run install again from the root

Expand Down
5 changes: 2 additions & 3 deletions packages/turbogen/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@turbogen/turbogen",
"version": "0.4.0",
"name": "@d0paminedriven/turbogen",
"version": "0.5.0",
"description": "rapidly generate a tooling-configured pnpm turborepo via the cli",
"publishConfig": {
"access": "public",
Expand Down Expand Up @@ -82,7 +82,6 @@
"@types/gradient-string": "^1.1.6",
"@types/node": "^22.9.0",
"chokidar": "^4.0.1",
"dotenv": "^16.4.5",
"dotenv-cli": "^7.4.2",
"dotenv-expand": "^11.0.7",
"eslint": "^9.15.0",
Expand Down

0 comments on commit b8190dd

Please sign in to comment.