@aws/aws-tools-for-babylonjs-editor-aws-amplify-publisher-plugin

v1.0.0
AWS Tools for Babylon.JS Editor: AWS Amplify Publisher Plugin is a set of tools that enables one-click publishing to AWS Amplify.

compile

tsc -p .

lint

eslint .

lint:fix

eslint . --fix

format

prettier --config .prettierrc --write 'src/**/*.tsx' 'test/**/**.ts'

build

npm run format && npm run lint:fix && npm run compile

watch

tsc -p . --watch

test

jest --coverage --verbose

clean

rm -rf node_modules declaration build

release

npm run lint && npm run compile && npm run test
npm i @aws/aws-tools-for-babylonjs-editor-aws-amplify-publisher-plugin

Metadata

Downloads