All Projects → bragamat → leviosajs

bragamat / leviosajs

Licence: other
This CLI helps you create react applications and components faster!

Programming Languages

javascript
184084 projects - #8 most used programming language
Dockerfile
14818 projects

Projects that are alternatives of or similar to leviosajs

DockerENT
The only open-source tool to analyze vulnerabilities and configuration issues with running docker container(s) and docker networks.
Stars: ✭ 124 (+376.92%)
Mutual labels:  hacktoberfest2020
COVID-19-Resources
Resources for Covid-19
Stars: ✭ 25 (-3.85%)
Mutual labels:  hacktoberfest2020
hacktoberfest-2020
Get your articles published on workat.tech and get goodies from DigitalOcean as part of Hacktoberfest 2020. The best articles on each of the topics get published if they meet the editorial criteria.
Stars: ✭ 12 (-53.85%)
Mutual labels:  hacktoberfest2020
Plasma-Donor-App
An open-source app that helps in connecting patients and plasma donors. This is a beginner-friendly repository that helps you learn the basics of android development, git, and GitHub. Happy Hacktober!
Stars: ✭ 58 (+123.08%)
Mutual labels:  hacktoberfest2020
Pharmacy-Mangment-System
👨‍💻 🏥 MEAN stack Pharmacy Management system.
Stars: ✭ 229 (+780.77%)
Mutual labels:  hacktoberfest2020
portfolio-react
OpenSource Portfolio Website. feel free to fork this repo
Stars: ✭ 64 (+146.15%)
Mutual labels:  hacktoberfest2020
Logan1x.github.io
Personal Portfolio Website 🌐
Stars: ✭ 122 (+369.23%)
Mutual labels:  hacktoberfest2020
Android-PDF
Create PDF in Android using iText
Stars: ✭ 53 (+103.85%)
Mutual labels:  hacktoberfest2020
MySQL-cheatsheet
Cheatsheet for MySQL
Stars: ✭ 43 (+65.38%)
Mutual labels:  hacktoberfest2020
RiddlesWorld
Hacktoberfest | Mobile app for riddles 😜
Stars: ✭ 13 (-50%)
Mutual labels:  hacktoberfest2020
laravel-thumbnails
Laravel Package for making thumbnails instantly
Stars: ✭ 51 (+96.15%)
Mutual labels:  hacktoberfest2020
foss-events
A simple website with a collection of open-source events happening across the globe. This is a beginner-friendly repository that helps you learn git and contribute to web projects. Happy Hacktober!
Stars: ✭ 123 (+373.08%)
Mutual labels:  hacktoberfest2020
HBD
🎂 Coder's way of wishing Happy Birthday! 🍰 🎊 🎉 🎈
Stars: ✭ 109 (+319.23%)
Mutual labels:  hacktoberfest2020
ray-tracer
My ongoing effort to learn how to make Ray Tracers
Stars: ✭ 14 (-46.15%)
Mutual labels:  hacktoberfest2020
hacktoberfest-flutter
An app to find repositories on Github and to view the various contributors to said repos.
Stars: ✭ 25 (-3.85%)
Mutual labels:  hacktoberfest2020
ui-design-daily
abdulqudus001.github.io/ui-design-daily/
Stars: ✭ 21 (-19.23%)
Mutual labels:  hacktoberfest2020
ADLES
Automated Deployment of Lab Environments System (ADLES)
Stars: ✭ 28 (+7.69%)
Mutual labels:  hacktoberfest2020
Online-Movie-Ticket-Booking-Script-Free
Open source Online Movie Ticket Booking Script (Theatre booking system) is a website to provide the customers facility to book tickets for a movie online and to gather information about the movies and theaters.
Stars: ✭ 35 (+34.62%)
Mutual labels:  hacktoberfest2020
Hactoberfest-2021
Make your first PR! ~ A beginner friendly repository made specifically for open source beginners. Add your profile, a blog or any program under any language (it can be anything from a hello-world program to a complex data structure algorithm) or update the existing one. Just make sure to add the file under the correct directory. Happy hacking!
Stars: ✭ 134 (+415.38%)
Mutual labels:  hacktoberfest2020
resources api
Flask API for programming and cyber security learning resources
Stars: ✭ 63 (+142.31%)
Mutual labels:  hacktoberfest2020

leviosajs node npm

leviosa

It's LEVIOSA, not leviosaaah!

  • This CLI helps you to bundle react components and aplications faster from the terminal. 🚀
  • Much like create-react-app but faster, simpler, lighter and with a few more helpers!

Features and Technologies included

HOW TO INSTALL

  • npm install --global leviosajs

or using yarn

  • yarn global add leviosajs

Commands Available

  • leviosa-new - Creates a react application 🚀
  • leviosa-accio - Creates a component 💥
  • leviosa-start - Starts the application 😃
  • leviosa-build - Builds the applicaiton to production 😎
  • leviosa-test - Runs our test suites 👍

HOW TO USE THEM

leviosa-new
  • It receives an argument, what will be the name of the application. Let's say we want to create a reactjs application with the name created-with-leviosajs, All we have to do is: $ leviosa-new created-with-leviosajs It will bundle all the application and will open it on browser.
leviosa-accio
  • It will ask for an input, what will be the name of the component we want to build. Let's say we want to create a new component named Header within our already built reactjs application. Run the command: $ leviosa-accio header and it will bundle a functional component named Header and its styles within appName/src/components/Header/index.js (Don't worry if you don't have the folder components, if non existent, it will be created automatically) obs: you should be within your app's directory
leviosa-start
  • This command will start our application. You can pass a --production flag and run the production build locally.
leviosa-build
  • It builds our application in production mode, so we can use it
leviosa-test
  • It runs all our test suites
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].