1.8.0 • Published 5 years ago

js-new v1.8.0

Weekly downloads
-
License
MIT
Repository
github
Last release
5 years ago

js-new

Commitizen friendly semantic-release CircleCI Coverage Status Known Vulnerabilities Greenkeeper badge

ES6 Library starter kit

Features

Yarn scripts

  • yarn build: generates bundles in ./dist.
  • yarn docs: generates documentation in markdown from comments in source files.
  • yarn git:add: git add.
  • yarn git:co: git commit.
  • yarn git:push: pushes master to origin. Triggers build.
  • yarn git:log: shows the commit log formatted on a single line.
  • yarn lint: runs all linters on the files in the docs, src, test directories.
  • yarn lint:fix: runs all linters with the --fix switch on the files in the docs, src, test directories.
  • yarn lint:js: runs all linters on the .js and .jsx files in the docs, src, test directories.
  • yarn lint:js-fix: runs all linters with the --fix switch on the .js and .jsx files in the docs, src, test directories.
  • yarn prettier: runs prettier on the files in the docs, src, test directories.
  • yarn prettier:fix: runs prettier with the --write switch on the files in the docs, src, test directories.
  • yarn test: runs the tests and generates a coverage report
  • yarn test:watch: runs the tests with the --watch switch
1.8.0

5 years ago

1.7.3

5 years ago

1.7.2

5 years ago

1.7.1

5 years ago

1.7.0

5 years ago

1.6.0

5 years ago

1.5.0

5 years ago

1.4.1

5 years ago

1.4.0

5 years ago

1.3.1

5 years ago

1.2.1

5 years ago

1.2.0

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago