4.0.0-alpha.13 • Published 5 years ago

@avalanche/cli v4.0.0-alpha.13

Weekly downloads
-
License
MIT
Repository
github
Last release
5 years ago

@avalanche/cli

CLI for the avalanche framework.

Install

npm install @avalanche/cli -g

Basic usage

# Create a new project with the name "Your Project Name".
avalanche "Your Project Name"
# Switch to the newly created directory.
cd your-project-name
# Install dependencies.
npm install
# Start the build process.
npm start

About

Author

Markus Oberlehner
Website: https://markus.oberlehner.net
Twitter: https://twitter.com/MaOberlehner
PayPal.me: https://paypal.me/maoberlehner

License

MIT