Build in Blocks [Assistant]
SOFTWARE ENGINEERING CONTRIBUTING DOC FOR BUILD IN BLOCKS ASSISTANT
General Information about project
Build in Blocks [Assistant]COLLABOCATE'S BUILD IN BLOCKS ASSISTANT PROJECTLocal development instructions
We've made recent changes to the repository location and local development instructions of this project. Therefore, this section may be outdated. For now and pending the time that this section will be updated, you can get guidance on where to find and how to run this project in our collabo community Discord channel.
Find the local development instructions for the different Blocks Assistant projects in the tabs below, depending on the one you want to develop locally.
Local development instructions:
Head over to the GitHub repository: https://github.com/collabo-community/blocks-assistant
Fork and clone the repository as shown in the SWE contribution workflow.
Instructions for installing dependencies and linking CLI:
Install dependencies:
npm install
Link after installing dependencies, so that you can access/use the Create Collabo App commands in the terminal:
npm link
Unlink (this is for when you are done developing):
npm unlink
CLI commands and flags:
The way you operate/run the CLI is still largely the same as what is in the former Node Mongo user doc at the moment. The only difference (for now) is the main CLI command i.e. Instead of node-mongo
, use collabo-be
. Similarly for the shorter version of the commands - instead of nmgo
, use c-be
.
Learning resources
Twilio | Dominik Kundel: How to build a CLI with node.js - YouTube video.
Last updated
Was this helpful?