Skip to content

Instantly share code, notes, and snippets.

View ryanblock's full-sized avatar
:shipit:
Building stuff for @beginner-corp!

Ryan Block ryanblock

:shipit:
Building stuff for @beginner-corp!
View GitHub Profile
@ryanblock
ryanblock / arc-plugin.js
Last active January 28, 2022 22:30
arc 10 rc1 plugin outline
/**
* Assuming your app.arc includes:
* @plugins
* test-plugin
*
* This file would live in `src/plugins/test-plugin/index.js` or `src/plugins/test-plugin.js`
*/
// let { join } = require('path')
module.exports = {