# Overview
An elegant weapon for a more civilized age. - Obi-Wan Kenobi
Blix is a command line tool and scripting library for Javascript applications. It can be used to create projects from scratch or integrate new features and tools into existing applications. Blix works to provide a pleasant, rapid development experience by leveraging convention + configuration.
# CLI Commands:
blix new
blix add
blix scripts
blix --help
blix #list all options and commands
# Quick Start: Build a new project from scratch:
To run Blix without installing it you can use npx to try it out!
npx blix@next new
You will then be prompted on what you need for your new project.
For more in-depth walkthroughs check out these quick start examples: