alia
v0.22.0
Published
Alias To Go
Maintainers
Readme
Alia
Alias To Go
Simple and lightweight cross-platform Alias solution w/ Gist Sync support in Node.
Warning, this is an experimental tool. Use at your own discretion.
Install
npm install -g aliaUsage
al --helpGist sync
Alia allows you to backup/restore config from a gist using the commands:
al --sync --backupto backup your config to gistal --sync --restoreto restore your config from gist
To get started:
- Create a new Gist with a file titled
.alia.json. - Create a new GitHub token with the
gistpermission. - Setup Alia with the following commands:
al --conf --token <api token> --gist <gist id>Developing
Get up and running with Alia on your local machine.
Prerequisites
- Node: LTS or higher
Setup
- Clone the repository (or fork it)
git clone https://github.com/edkotkas/alia.git && cd alia- Install the dev dependencies
npm i- Run the script
npm start -- --help- Add issues to Github, make changes to the project and create pull requests for review
Tests
Run the tests
npm testLicense
ISC © Eduard Kotkas
