tree: 752eb15fd824da8cf074a5c07c12780c8ff04159 [path history] [tgz]
  1. public/
  2. src/
  3. .gitignore
  4. .prettierrc
  5. LICENSE
  6. package-lock.json
  7. package.json
  8. README.md
  9. tsconfig.json
  10. tslint.json
docs/gremlint/README.md

Gremlint Github Header 1920x1024

What is gremlint.com?

Gremlint is a code formatting library which parses Gremlin queries and rewrites them to adhere to certain styling rules.

Gremlint.com is a website which utilizes the Gremlint library to give users an online “living” style guide for Gremlin queries. It also serves as a platform for showcasing the features of Gremlint.

Give it a try!

https://gremlint.com

Available Scripts

In the project directory, you can run:

npm install

Installs dependencies.

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

npm test

Launches the test runner in the interactive watch mode.
See the section about running tests for more information.

npm run build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

See the section about deployment for more information.