Package Exports
- @algo-builder/algob
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@algo-builder/algob) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Builder
This package provides the main entry point into the application.
Please read the main README file for details about the project and algob. This file provides a development description about the algob package.
Usage
algob can be included as a library by importing internal/lib/lib.ts or can be run from command line as described in the project README file.
Command line usage
algob always starts for checking and loading algob.config.js file. The config file will be generated (in the current directory) if not present in the project tree.
Help
algob help
View version
algob --version
Launch a node project console
algob console
Contributing
When working on algob, we use CLI directly from the build directory using the following command:
yarn run algob:devIt will create a project-dev directory as a copy of the template project (sample-project).
In that directory you should update the config.algob.js. The algob:dev command will run all algob in that directory.
Also, it my be helpful to link the binary:
yarn link