https://github.com/parmentf/ector-monorepo
A bunch of ECTOR node packages
https://github.com/parmentf/ector-monorepo
Last synced: 12 months ago
JSON representation
A bunch of ECTOR node packages
- Host: GitHub
- URL: https://github.com/parmentf/ector-monorepo
- Owner: parmentf
- License: mit
- Created: 2019-07-30T11:47:38.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T06:13:34.000Z (about 3 years ago)
- Last Synced: 2025-03-14T22:39:16.116Z (about 1 year ago)
- Language: JavaScript
- Size: 2 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ector-monorepo
[](https://lerna.js.org/)
[](https://circleci.com/gh/parmentf/ector-monorepo)
A bunch of ECTOR node packages
## Packages
- [x] [concept-network](./packages/concept-network)
- [x] [state](./packages/state)
- [x] [core](./packages/core)
- [x] [cli](./packages/cli)
- [x] [samples](./packages/samples)
- [ ] backend
- [ ] browser (or svelte)
- [ ] hubot
## Contribution
Use [conventional commits](https://www.conventionalcommits.org/)
(I use [VSCode Commitizen](https://github.com/KnisterPeter/vscode-commitizen)).
### Compilation
```bash
npx lerna build
```
### Test
```bash
npm test
```
### Continuous Integration
Using [CircleCI](https://circleci.com).
See .
### Publishing
(still to be tested)
Set `GH_TOKEN` to a token from Settings > Developer settings > Personal access tokens.
```bash
npx lerna version --exact --conventional-commits
npx lerna publish from-package
```