UNPKG

159 BPlain TextView Raw
1#!/usr/bin/env node
2'use strict';
3
4// Provide a title to the process in `ps`
5process.title = '@atomic-package/apb-cli';
6
7require('../packages/dist/index.js');