You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
4 weeks ago | |
---|---|---|
.githooks | 1 month ago | |
docs | 1 month ago | |
src | 4 weeks ago | |
test | 1 month ago | |
.editorconfig | 1 month ago | |
.gitignore | 1 month ago | |
.prettierignore | 1 month ago | |
.prettierrc | 2 months ago | |
README.md | 1 month ago | |
package-lock.json | 1 month ago | |
package.json | 4 weeks ago | |
rollup.config.js | 4 weeks ago |
README.md
⚠️ IN DEVELOPMENT
Documentation
- 🇷🇺 Russian
Build ENGINE
# install rollup
npm install --global rollup
# compile engine
cd src/js/
rollup main.js --file engine.js --format es
Use it
...
Contribute
Branch info
master
— currentdev
branch.release
— latest stable version branch.
Git hooks
pre-commit
Requiments:
- NPM module
prettier
. - editorconfig-checker (Go application).