Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
@exotic/presets / Makefile
Size: Mime:
publish:
	npx tsc --outDir dist || true

test:
	npx jest

rollup:
	yarn rollup -c rollup.config.js

types:
	npx tsc --project tsconfig.typings.json || true

lint:
	npx tslint src/*.ts -t verbose