@avalanche/cli
v4.0.0-alpha.13
Published
CLI for the avalanche framework
Downloads
85
Readme
@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