0.0.5 • Published 9 months ago
mordecai-cli v0.0.5
mordecai-cli
Wtf is the mordecai-cli?
The mordecai-cli is a cli tool that allows you to connect your codebase with your mordecai account.
How do I install this?
To get started, install mordecai by running the following command in a terminal window:
npm i -g mordecai-cli
Cool, it's installed, how do I link a codebase?
To link a codebase first make sure that you have created one on the mordecai app. Once you have done that, within a terminal window, navigate to the project that you want to link, then run the following command:
mordecai link
I want to logout, how do I do that?
To logout of mordecai run the following command:
mordecai logout
Supported languages
- Go (.go)
- Python (.py)
- TypeScript (.ts)
- JavaScript (.js)
- JSON (.json)
- TSX (.tsx)
- JSX (.jsx)
- CSS (.css)
- HTML (.html)
- TOML (.toml)
- MarkDown (.md)
- YAML (.yml & .yaml)
- ES modules JavaScript files (.mjs)
- CommonJS modules (.cjs)
- ES modules TypeScript files (.mts)
- CommonTS modules (.cts)
- .d.ts - TypeScript declaration files
- .scss / .sass - SASS stylesheets
- .svelte - Svelte component files
- .vue - Vue.js single-file components