Skip to content

Commit

Permalink
🚚 chore(env): add tools too enviroment
Browse files Browse the repository at this point in the history
  • Loading branch information
angelespejo committed Sep 19, 2024
1 parent 72a7e2c commit f5cec79
Show file tree
Hide file tree
Showing 7 changed files with 2,985 additions and 5,008 deletions.
2 changes: 1 addition & 1 deletion build.js → .dev/build-bin.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import {
const run = async () => {

const require = createRequire( import.meta.url )
const pkg = require( './package.json' )
const pkg = require( '../package.json' )

await build( {
input : resolvePath( join( 'src', 'bin' ) ),
Expand Down
6 changes: 3 additions & 3 deletions .pigeonposse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

web:

- id: "smartplant"
name: "Smartplant"
- id: "brainvat"
name: "BrainVat"
type: "library"
subtypes:
- Bin
Expand All @@ -17,7 +17,7 @@ web:
repo: "{{package.repository.url}}"
license: "{{package.extra.licenseUrl}}"
# logo: "https://raw.githubusercontent.com/pigeonposse/smartplant/main/docs/public/logo.png"
banner: "https://raw.githubusercontent.com/pigeonposse/smartplant/main/docs/public/banner.png"
banner: "https://raw.githubusercontent.com/pigeonposse/brainvat/main/docs/public/banner.png"
status: "active"

###############################################################################
13 changes: 3 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@

![EXPLANATION1](docs/explanation1.png)

# Brainvat

**Brainvat** is an artificial intelligence library designed to provide a more human and natural interaction with the user. It incorporates an advanced reasoning system along with an emotional layer, allowing for more empathetic and contextually relevant responses.

## Features
Expand Down Expand Up @@ -65,19 +63,16 @@ This software is licensed with **[GPL-3.0](/LICENSE)**.

## 🐦 About us

*PigeonPosse* is a ✨ **code development collective** ✨ focused on creating practical and interesting tools that help developers and users enjoy a more agile and comfortable experience. Our projects cover various programming sectors and we do not have a thematic limitation in terms of projects.
_PigeonPosse_ is a ✨ **code development collective** ✨ focused on creating practical and interesting tools that help developers and users enjoy a more agile and comfortable experience. Our projects cover various programming sectors and we do not have a thematic limitation in terms of projects.

[![More](https://img.shields.io/badge/Read-more-grey?style=for-the-badge)](https://github.com/pigeonposse)

### Collaborators

| | Name | Role | GitHub |
| ---------------------------------------------------------------------------------- | ----------- | ------------ | ---------------------------------------------- |
| <img src="https://github.com/alejomalia.png?size=72" alt="Angelo" style="border-radius:100%"/> | Alejo | Author & Development | [@alejomalia](https://github.com/alejomalia) |
| <img src="https://github.com/PigeonPosse.png?size=72" alt="PigeonPosse" style="border-radius:100%"/> | PigeonPosse | Collective | [@PigeonPosse](https://github.com/PigeonPosse) |

<br>
<p align="center">
| ![Alejo](https://github.com/alejomalia.png?size=72) | Alejo | Author & Development | [@alejomalia](https://github.com/alejomalia) |
| ![Pigeonposse](https://github.com/pigeonposse.png?size=72) | PigeonPosse | Collective | [@PigeonPosse](https://github.com/pigeonposse) |

[![Web](https://img.shields.io/badge/Web-grey?style=for-the-badge&logoColor=white)](https://pigeonposse.com)
[![About Us](https://img.shields.io/badge/About%20Us-grey?style=for-the-badge&logoColor=white)](https://pigeonposse.com?popup=about)
Expand All @@ -86,5 +81,3 @@ This software is licensed with **[GPL-3.0](/LICENSE)**.
[![Twitter](https://img.shields.io/badge/Twitter-black?style=for-the-badge&logo=twitter&logoColor=white)](https://twitter.com/pigeonposse_)
[![Instagram](https://img.shields.io/badge/Instagram-black?style=for-the-badge&logo=instagram&logoColor=white)](https://www.instagram.com/pigeon.posse/)
[![Medium](https://img.shields.io/badge/Medium-black?style=for-the-badge&logo=medium&logoColor=white)](https://medium.com/@pigeonposse)

</p>
10 changes: 3 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"scripts": {
"dev": "node ./src/bin.js",
"build": "pnpm run --sequential \"/^build:.*/\"",
"build:bins": "node ./build.js",
"build:bins": "node ./.dev/build-bin.mjs",
"update-version": "changeset && changeset version",
"push-manual": "git add . && git commit -m \"$1\" && git push -f origin main",
"push": "git add . && cz && git push -f origin $@",
Expand All @@ -56,11 +56,8 @@
"@backan/builder": "0.0.16",
"@changesets/changelog-github": "0.5.0",
"@changesets/cli": "2.27.8",
"@chialab/esbuild-plugin-babel": "^0.18.0",
"@chialab/esbuild-plugin-meta-url": "^0.18.2",
"@commitlint/cli": "19.5.0",
"@pigeon-posse/eslint-config": "1.0.1",
"@rsbuild/core": "^1.0.2",
"@typescript-eslint/eslint-plugin": "8.2.0",
"@typescript-eslint/parser": "8.2.0",
"commitizen": "4.3.0",
Expand All @@ -80,8 +77,7 @@
"eslint-plugin-package-json": "0.12.2",
"eslint-plugin-promise": "6.1.1",
"eslint-plugin-yaml": "0.5.0",
"typescript": "5.6.2",
"vite": "5.4.4"
"typescript": "5.6.2"
},
"dependencies": {
"chalk": "5.3.0",
Expand Down Expand Up @@ -122,4 +118,4 @@
}
]
}
}
}
Loading

0 comments on commit f5cec79

Please sign in to comment.