@avalanche/cli

CLI for the avalanche framework.

Usage no npm install needed!

<script type="module">
  import avalancheCli from 'https://cdn.skypack.dev/@avalanche/cli';
</script>

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