$ cnpm install @yproximite/yprox-cli
A tool for bulk linting and building assets.
Yes, but linting and building a lot of assets is now easier than ever!
Out of the box, yProx-CLI comes with:
yProx-CLI is really useful for us because it allowed us to package all the tools we need in only big package.
We have ~150 WordPress projects and it was really hard to maintain ~25 dev dependencies (for Gulp) for each project. Using yProx-CLI saves us some huge amount of time because:
Read the documentation.
You need to install dependencies first:
$ yarn
Tests are located inside the test
folder. You can run them with:
$ yarn test
Be sure to always add a test when you are modifying something!
We use ESlint, the AirBnb preset, the Recommended rules for TypeScript, and Prettier.
You can lint the code with:
$ yarn lint
$ yarn lint --fix # will automatically fix some errors
develop
branch, its title should follows Angular commit message conventiondevelop
to master
When being authenticated to npm and GitHub, run:
$ yarn semantic-release --no-ci
Copyright 2014 - 2017 © taobao.org |