Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

create-antlr4

Package Overview
Dependencies
Maintainers
0
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-antlr4

Using interactive command line to quickly create an ANTLR4 project.

  • 0.0.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
Maintainers
0
Weekly downloads
 
Created
Source

Create Antlr4

Using interactive command line to quickly create an ANTLR4 project.

[!TIP] ANTLR4 requires java to generate from a g4 file, so check your local java environment before you start creating a project. You can run java --version to do some simple checks.

Create An ANTLR4 Project

With NPM:

$ npm create antlr4

With Yarn:

$ yarn create antlr4

With PNPM:

$ pnpm create antlr4

Built-in Templates

  • Antlr4ng + TypeScript (Recommended)
  • Antlr4 + JavaScript

FAQs

Package last updated on 29 Jul 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc