Install
cd ~
npm install --save bay-lang@latestCheck verson:
baylang-nodejs versionCreate file project.json in the root of the project
{
"name": "Project name",
"description": "Description",
"license": "MIT",
"author": "",
"languages": ["php", "es6"],
"modules": [],
"assets": [],
"exclude": []
}Build all project:
baylang-nodejs make_allRun command to watch changes and automatic build project:
baylang-nodejs watch