The Interslavic CLI Toolkit is a command-line interface tool designed to synchronize the Interslavic language database between Google Sheets and a Git+XML repository. It provides various commands for managing synsets and performing operations on Google Spreadsheets.
npm install -g @interslavic/cli
or
yarn global add @interslavic/cli
isv [command] [options]
synsets
: Execute operations on synsetsspreadsheets
: Execute operations on Google Spreadsheetsusers
: Edit the configuration file
For more detailed information on each command, use the --help
option:
isv --help
isv synsets --help
isv spreadsheets --help
isv users --help
This project uses Yarn workspaces and requires Node.js version 20.18.0 or higher.
To set up the development environment:
- Clone the repository
- Run
yarn install
- Build the project with
yarn build
yarn build
: Build the projectyarn start
: Run the CLIyarn lint
: Run linter on all workspacesyarn test
: Run tests on all workspaces
Please read our contributing guidelines and code of conduct before submitting pull requests or issues.
This project is licensed under the GNU General Public License v3.0 - see the LICENSE file for details.