Usage
Project Configuration
Create 1build.yaml configuration file by
1build.yaml configuration file by1build init --name <your_project_name>Edit file according to project command list, Example of 1build.yaml for node project:
1build.yaml for node project:project: Sample JVM Project Name
commands:
- build: npm run build
- test: npm run testRunning 1build for the above sample project
building the project
fix the coding guidelines lint and run tests (executing more than one commands at once)
Set new or update existing configuration
Set new command configuration for lint to eslint server.js
lint to eslint server.jsUnset/Remove existing configuration
Unset command configuration for lint
lint Unset multiple commands at once for lint, test, build
lint, test, buildRunning command before and after execution of 1build command
See 1build --help for command usages.
1build --help for command usages.