All Projects → adonisjs → Adonis Cli

adonisjs / Adonis Cli

Licence: mit
adonis cli module to generate new application

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Adonis Cli

Django Defectdojo
DefectDojo is an open-source application vulnerability correlation and security orchestration tool.
Stars: ✭ 1,926 (+1381.54%)
Mutual labels:  hacktoberfest
Npmcharts.com
Compare npm package downloads over time
Stars: ✭ 129 (-0.77%)
Mutual labels:  hacktoberfest
Progressbar
A really basic thread-safe progress bar for Golang applications
Stars: ✭ 2,212 (+1601.54%)
Mutual labels:  hacktoberfest
Magento2 Alpaca Theme
Magento 2 theme built on top of Alpaca design system crafted for ecommerce
Stars: ✭ 129 (-0.77%)
Mutual labels:  hacktoberfest
Yii2 Shell
Interactive shell
Stars: ✭ 129 (-0.77%)
Mutual labels:  hacktoberfest
Yguard
The open-source Java obfuscation tool working with Ant and Gradle by yWorks - the diagramming experts
Stars: ✭ 130 (+0%)
Mutual labels:  hacktoberfest
Oc Mall Plugin
🏪 E-commerce solution for October CMS
Stars: ✭ 128 (-1.54%)
Mutual labels:  hacktoberfest
Mail
Mail app designed for elementary OS
Stars: ✭ 130 (+0%)
Mutual labels:  hacktoberfest
Dota2
🐸 Python package for interacting with Dota 2 Game Coordinator
Stars: ✭ 129 (-0.77%)
Mutual labels:  hacktoberfest
Guides Source
This repository contains the Ember.js Guides
Stars: ✭ 130 (+0%)
Mutual labels:  hacktoberfest
Pokeapi Js Wrapper
PokeAPI browser wrapper, fully async with built-in cache
Stars: ✭ 129 (-0.77%)
Mutual labels:  hacktoberfest
Dnd Multi Backend
Multi Backend system for DnD Core & more
Stars: ✭ 129 (-0.77%)
Mutual labels:  hacktoberfest
Vis Graph3d
📊 Create interactive, animated 3d graphs. Surfaces, lines, dots and block styling out of the box.
Stars: ✭ 129 (-0.77%)
Mutual labels:  hacktoberfest
Returns
Make your functions return something meaningful, typed, and safe!
Stars: ✭ 2,015 (+1450%)
Mutual labels:  hacktoberfest
Diff2html
Pretty diff to html javascript library (diff2html)
Stars: ✭ 1,867 (+1336.15%)
Mutual labels:  hacktoberfest
Electron Splashscreen
Simple splashscreen for electron applications.
Stars: ✭ 129 (-0.77%)
Mutual labels:  hacktoberfest
Dmn Js
View and edit DMN diagrams in the browser.
Stars: ✭ 129 (-0.77%)
Mutual labels:  hacktoberfest
Docker Mailman
Dockerfiles for the mailman suite.
Stars: ✭ 130 (+0%)
Mutual labels:  hacktoberfest
Typescript Vs Flowtype
Differences between Flowtype and TypeScript -- syntax and usability
Stars: ✭ 1,671 (+1185.38%)
Mutual labels:  hacktoberfest
React Next Boilerplate
🚀 A basis for reducing the configuration of your projects with nextJS, best development practices and popular libraries in the developer community.
Stars: ✭ 129 (-0.77%)
Mutual labels:  hacktoberfest

AdonisJs Cli 🍺

Scaffolding tool for Adonisjs

NPM Version Build Status Appveyor Coveralls

Adonis cli is built on top of Adonis ace and helps you scaffold new Adonisjs projects.

Also it can proxy all the ace commands for a project, so that you can run them using the global adonis command.

Installation

You can install the package from npm.

npm i --global @adonisjs/cli

Usage

adonis new yardstick

# start http server
adonis serve --dev

Moving Forward

Checkout the official documentation at the AdonisJs website for more info.

Tests

Tests are written using japa. Run the following commands to run tests.

npm run test:local

# report coverage
npm run test

# on windows
npm run test:win

Release History

Checkout CHANGELOG.md file for release history.

Meta

AdonisJs – @adonisframework[email protected]

Checkout LICENSE.txt for license information

Harminder Virk (Aman) - https://github.com/thetutlage

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].