UNPKG

@sharksv/hyper

Version:

A CLI to bootstrap new projects!

24 lines (18 loc) 326 B
version: 2.1 orbs: node: circleci/node@4.7 jobs: build-and-test: docker: - image: cimg/node:16.10 steps: - checkout - node/install-packages: pkg-manager: yarn - run: name: Run tests command: yarn test workflows: sample: jobs: - build-and-test