create-arkstack
v0.7.7
Published
Create new Arkstack framework applications on Express or H3 runtime drivers
Maintainers
Readme
About Create Arkstack
Create new Arkstack framework applications using an official runtime template.
Runtime Templates
You can choose between one of the following official runtime templates:
express: An Arkstack app running on the Express driverh3: An Arkstack app running on the H3 driver- More coming soon...
Usage
# Using npm
npm init arkstack
# Using yarn
yarn create arkstack
# Using pnpm
pnpm create arkstackOptions
location
You can pass the installation location directory as the first argument to the command. For example:
npm init arkstack my-appor even
npm init arkstack ./This argument is optional and the command will prompt you to enter the installation location if not provided.
Contributing
Thank you for considering contributing to the Arkstack framework! The Contribution Guide can be found in the Arkstack documentation and will provide you with all the information you need to get started.
Security Vulnerabilities
If you discover a security vulnerability within Arkstack, please send an e-mail to Legacy via [email protected]. All security vulnerabilities will be promptly addressed.
