make-github-pseudonymous-again / js-library

:books: All kinds of code bricks for JavaScript
GNU Affero General Public License v3.0
7 stars 1 forks source link

Rejuvenate code base #7

Closed make-github-pseudonymous-again closed 4 years ago

make-github-pseudonymous-again commented 5 years ago
make-github-pseudonymous-again commented 5 years ago

(See what has been done for @aureooms/js-tape, @aureooms/texshake, and @aureooms/js-fingertree)

make-github-pseudonymous-again commented 5 years ago
make-github-pseudonymous-again commented 5 years ago
make-github-pseudonymous-again commented 5 years ago

Alerts: /lgtm/alerts/:host/:user/:repo.svg Code Quality: /lgtm/grade/:language/:host/:user/:repo.svg

make-github-pseudonymous-again commented 4 years ago
language: node_js

node_js:
  - node

install:
  - npm install

before_script:
  - curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
  - chmod +x ./cc-test-reporter
  - ./cc-test-reporter before-build

script:
  - npm run cover

after_script:
  - ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT

after_success:
  - bash <(curl -s https://codecov.io/bash)        || true
  - coveralls                 < coverage/lcov.info || true
make-github-pseudonymous-again commented 4 years ago
make-github-pseudonymous-again commented 4 years ago
make-github-pseudonymous-again commented 4 years ago

See https://github.com/aureooms/js-fingertree/pull/74/commits/258211ed6f5af2a45970b1984d985910e0edcb35.

make-github-pseudonymous-again commented 4 years ago
make-github-pseudonymous-again commented 4 years ago

See https://github.com/aureooms/js-fingertree/pull/74/commits/258211ed6f5af2a45970b1984d985910e0edcb35.

make-github-pseudonymous-again commented 4 years ago

The preact distribution is a good example. It uses microbundle which, unlike @pika/pack, looks configurable and alive.

make-github-pseudonymous-again commented 4 years ago
make-github-pseudonymous-again commented 4 years ago
make-github-pseudonymous-again commented 4 years ago

See

make-github-pseudonymous-again commented 4 years ago

Moved to https://github.com/aureooms/js-library/projects/1