
Security News
How Enterprise Security Is Adapting to AI-Accelerated Threats
Socket CTO Ahmad Nassri discusses why supply chain attacks now target developer machines and what AI means for the future of enterprise security.
@adonisjs/framework
Advanced tools
Adonis framework makes it easy for you to write webapps with less code
This repo contains the core modules for the AdonisJs framework. You must checkout the source code or the API docs on official website to learn more.
This repo contains following providers.
This repo/branch is supposed to run fine on all major OS platforms and targets Node.js >= 8.0.0
Great! If you are planning to contribute to the framework, make sure to adhere to following conventions, since a consistent code-base is always joy to work with.
Run the following command to see list of available npm scripts.
npm run
npm run lint command to check if there are any linting errors.test.failing() method.travis and appveyor.Since Es6 is in, you should strive to use latest features. For example:
Spread over arguments keyword.bind or call. After calling these methods, we cannot guarantee the scope of any methods and in AdonisJs codebase we do not override the methods scope.It is always helpful if we try to follow certain practices when creating issues or PR's, since it will save everyone's time.
Regression tests are tests, which shows how a piece of code fails under certain circumstance, but the beauty is even after the failure, the test suite will never fail. Actually is a nice way to notify about bugs, but making sure everything is green.
The regression tests are created using
test.failing('2 + 2 is always 4, but add method returns 6', (assert) => {
assert.true(add(2, 2), 4)
})
Now since the add method has a bug, it will return 6 instead of 4. But the build will pass.
FAQs
Adonis framework makes it easy for you to write webapps with less code
The npm package @adonisjs/framework receives a total of 5,882 weekly downloads. As such, @adonisjs/framework popularity was classified as popular.
We found that @adonisjs/framework demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?

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.

Security News
Socket CTO Ahmad Nassri discusses why supply chain attacks now target developer machines and what AI means for the future of enterprise security.

Security News
Learn the essential steps every developer should take to stay secure on npm and reduce exposure to supply chain attacks.

Security News
Experts push back on new claims about AI-driven ransomware, warning that hype and sponsored research are distorting how the threat is understood.