Skip to content

Commit

Permalink
Added clone, pull & remove features (#52)
Browse files Browse the repository at this point in the history
* Added clone, pull & remove features

* Added support for downloading components from large accounts

* Create bos.config.json when cloning a project

* removes yarn.lock

* removes yarn.lock

* Update to node version 18

* Remove --frozen-lockfile

* convert to npm

* lint and remove dist

* lint ignore dist

* remvoe dist

* fix dist

* fix natural language

* clean gitignore

---------

Co-authored-by: Elliot Braem <[email protected]>
  • Loading branch information
matiasberaldo and elliotBraem authored Feb 9, 2024
1 parent eeda317 commit e4d6cec
Show file tree
Hide file tree
Showing 85 changed files with 40,278 additions and 4,639 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: 20
cache: yarn
cache: npm

- name: Install Dependencies
id: install
run: yarn install --frozen-lockfile
run: npm install

- name: Lint Code Base
id: super-linter
Expand All @@ -44,3 +44,4 @@ jobs:
VALIDATE_ALL_CODEBASE: false
VALIDATE_CSS: false
VALIDATE_MARKDOWN: false
FILTER_REGEX_EXCLUDE: .*/dist/.*
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ jobs:
uses: actions/setup-node@v2
with:
node-version: 16
cache: yarn
cache: npm
registry-url: "https://registry.npmjs.org"

- name: Install Dependencies
id: install
run: yarn install --frozen-lockfile
run: npm install

- name: Publish to npm
id: publish
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ jobs:
uses: actions/setup-node@v2
with:
node-version: 16
cache: yarn
cache: npm

- name: Install Dependencies
id: install
run: yarn install --frozen-lockfile
run: npm install

- name: Execute Test Tools
run: yarn test
run: npm test
17 changes: 8 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ To use bos-workspace, install it globally or in your existing workspace:
> npm install bos-workspace
```

Or download and run [create-bos-app](https://github.com/archetype-org/create-bos-app). ( [integrate create-bos-app #41](https://github.com/NEARBuilders/bos-workspace/issues/41) )
Or download and run [create-bos-app](https://github.com/archetype-org/create-bos-app). ( [integrate create-bos-app #41](https://github.com/NEARBuilders/bos-workspace/issues/41) )

```cmd
> npm install create-bos-app
Expand All @@ -24,14 +24,13 @@ Or download and run [create-bos-app](https://github.com/archetype-org/create-bos

## Features

- [x] Alias Mapping
- [x] Gateway for local development (without needing flags)
- [x] Hot Reload
- [x] Typescript support
- [x] Deploy widgets via Github Action
- [x] Manage multiple apps configured with different root accountIds
- [x] Support for flags on other gateways

- [x] Alias Mapping
- [x] Gateway for local development (without needing flags)
- [x] Hot Reload
- [x] TypeScript support
- [x] Deploy widgets via GitHub Action
- [x] Manage multiple apps configured with different root accountIds
- [x] Support for flags on other gateways

### Commands

Expand Down
13,414 changes: 13,413 additions & 1 deletion gateway/dist/1008.d7a8f9159603702300d8.bundle.js

Large diffs are not rendered by default.

13 changes: 12 additions & 1 deletion gateway/dist/1121.abd6acbfb64903237abd.bundle.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 12 additions & 1 deletion gateway/dist/1307.3deab22b12adc9cfef17.bundle.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 12 additions & 1 deletion gateway/dist/1783.aeaed44fee322f704d6b.bundle.js

Large diffs are not rendered by default.

Loading

0 comments on commit e4d6cec

Please sign in to comment.