gramma
command-line grammar checker
File Explorer
Download Latest Version (.zip)- config.yml
- bug_report.md
- documentation.md
- feature_request.md
- question.md
- commit-msg
- post-commit
- pre-commit
- settings.json
- default.html
- style.scss
- banner-small.png
- banner.png
- divider.png
- gramma-logo.png
- gramma-logo.svg
- gramma-text.png
- gramma-text.svg
- gramma.esm.js
- gramma.esm.min.js
- gramma.min.js
- languages.json
- rules.json
- example.gif
- gramma-vim.gif
- api-markdown.js
- api-plain.js
- api-simple.js
- findUpSync.mjs
- package-lock.json
- package.json
- prepareMarkdown.mjs
- checkLanguagesSupport.js
- zipBinaries.js
- checkInteractively.js
- checkNonInteractively.js
- configure.js
- save.js
- saveNow.js
- load.js
- prepareConfig.js
- check.js
- commit.js
- config.js
- debug.js
- hook.js
- init.js
- listen.js
- paths.js
- server.js
- FixMenu.js
- FixMenu.test.js
- Mistake.js
- Mistake.test.js
- confirmConfig.js
- confirmInit.js
- confirmPort.js
- confirmServerReinstall.js
- handleMistake.js
- handleSave.js
- mainMenu.js
- checkViaAPI.d.ts
- checkViaAPI.js
- checkViaCmd.js
- checkWithFallback.js
- updates.js
- getServerInfo.js
- getServerPID.js
- installServer.js
- showServerGUI.js
- startServer.js
- stopServer.js
- replace.js
- replace.test.js
- replaceAll.d.ts
- replaceAll.js
- replaceAll.test.js
- appLocation.js
- downloadFile.js
- equal.js
- findUpSync.js
- prepareMarkdown.js
- stripStyles.js
- stripStyles.test.js
- unzipFile.js
- languages.js
- rules.js
- cli.js
- cli.test.js
- context.js
- index.d.ts
- index.js
- initialConfig.js
- .eslintignore
- .eslintrc.json
- .gitignore
- .gramma.json
- .npmignore
- .prettierrc
- _config.yml
- CHANGELOG.md
- hello.md
- LICENSE.md
- package.json
- README.md
- tsconfig.json
- yarn.lock
# Installation Guide
1. Get the code
git clone https://github.com/caderek/gramma
Downloads the entire project code from GitHub to your computer.
cd gramma
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm i gramma -g
Type this command into your terminal and run it.
npm i gramma -D
Type this command into your terminal and run it.
yarn add gramma -D
Type this command into your terminal and run it.
dictionary: ["npm", "gramma"],
Type this command into your terminal and run it.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
