https://github.com/ballerina-platform/ballerina-dev-tools
Ballerina Developer Tooling
https://github.com/ballerina-platform/ballerina-dev-tools
ballerina dev-tools
Last synced: 3 months ago
JSON representation
Ballerina Developer Tooling
- Host: GitHub
- URL: https://github.com/ballerina-platform/ballerina-dev-tools
- Owner: ballerina-platform
- License: apache-2.0
- Created: 2020-11-05T07:55:54.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2026-02-13T10:11:16.000Z (3 months ago)
- Last Synced: 2026-02-14T09:27:27.464Z (3 months ago)
- Topics: ballerina, dev-tools
- Language: Java
- Homepage: http://ballerina.io
- Size: 68.1 MB
- Stars: 115
- Watchers: 30
- Forks: 48
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Ballerina Dev Tools Library
[](https://github.com/ballerina-platform/ballerina-dev-tools/actions?query=workflow%3ABuild)
[](https://github.com/ballerina-platform/ballerina-dev-tools/actions?query=workflow%3A%22Daily+build%22)
[](https://github.com/ballerina-platform/ballerina-dev-tools/commits/master)
[](https://codecov.io/gh/ballerina-platform/ballerina-dev-tools)
Ballerina Dev tools library contains all the npm builds required by the ballerina distribution.
## Building from the Source
### Setting Up the Prerequisites
1. Node.js (version 10.22.1)
2. npm (version 6.14.6 or later)
### Building the Source
Execute the commands below to build from the source.
1. To build the library:
./gradlew clean build
2. To publish to maven local:
./gradlew clean build publishToMavenLocal
## Contributing to Ballerina
As an open-source project, Ballerina welcomes contributions from the community.
You can also check for [open issues](https://github.com/ballerina-platform/ballerina-dev-tools/issues) that
interest you. We look forward to receiving your contributions.
For more information, go to the [contribution guidelines](https://github.com/ballerina-platform/ballerina-lang/blob/master/CONTRIBUTING.md).
## Code of Conduct
All contributors are encouraged to read the [Ballerina Code of Conduct](https://ballerina.io/code-of-conduct).
## Useful Links
* Discuss about code changes of the Ballerina project in [ballerina-dev@googlegroups.com](mailto:ballerina-dev@googlegroups.com).
* Chat live with us via our [Discord server](https://discord.gg/ballerinalang).
* Post all technical questions on Stack Overflow with the [#ballerina](https://stackoverflow.com/questions/tagged/ballerina) tag.
* View the [Ballerina performance test results](performance/benchmarks/summary.md).