create-codeday-app
v1.0.0
Published
CodeDay's application generator
Readme
Create CodeDay App
Create CodeDay apps
Creating an app
yarn create codeday-app topo my-appThis will create the directory my-app inside the current working directory, generate a template, and install dependencies.
Once the script is complete, you can run the following commands to begin development:
cd my-app
yarn devOptions
--name: App name (defaults to directory name)--verbose: Enable verbose logging--chat: Enables Chatra on the created template. This is the same as adding thewithChatprop to the<Theme>component insrc/pages/_app.js.--analyticsId: Enables Fathom analytics, similar to--chat.
