Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Dexagod authored Jan 8, 2025
1 parent 4187c57 commit c45dcc3
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# Bashlib
This repository contains a suite of functionality to facilitate use and development for Solid, mainly focused on supporting the [Community Solid Server](https://github.com/CommunitySolidServer/CommunitySolidServer).
The **[Bashlib-css](/bashlib/css)** library provides functionality for pod-creation and authentication options that are mostly restricted in compatilibty with the [Community Solid Server](https://github.com/CommunitySolidServer/CommunitySolidServer).
The **[Bashlib-solid](/bashlib/solid)** library provides functionality to interact with Solid environments from Node.JS and the CLI, providing shell-like functionality to facilitate the use of and development for Solid for people without knowledge of Solid or Linked Data Platform (LDP).
This repository contains a suite of functionality to facilitate use and development for Solid

For a tutorial and documentation, see [the documentation website](solidlabresearch.github.io/Bashlib/)

<!--
## Requirements
- Node >= 16.0.0
Expand Down Expand Up @@ -67,6 +68,8 @@ This repo uses [release-it](https://www.npmjs.com/package/release-it) to manage
Run `npm run release` and follow the intructions on the CLI. Don't forget to create a [personal access token](https://github.com/settings/tokens) and expose it through the `GITHUB_TOKEN` environment variable, or the github release won't work. For more information, visit the `release-it` docs.
-->

### Bashlib features in progress

- [X] Improve token management
Expand Down

0 comments on commit c45dcc3

Please sign in to comment.