Initial import of verae-bootstrap from zapier monorepo
This commit is contained in:
commit
e6bbbaffe8
18 changed files with 353 additions and 0 deletions
12
package.json
Normal file
12
package.json
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"name": "verae-bootstrap",
|
||||
"version": "0.1.0",
|
||||
"private": true,
|
||||
"description": "Clone Verae Time × Zapier git repos and install dependencies for each server type",
|
||||
"scripts": {
|
||||
"clone": "bash scripts/clone.sh",
|
||||
"deps": "bash scripts/install-deps.sh",
|
||||
"fetch": "bash scripts/fetch.sh",
|
||||
"test": "bash scripts/test.sh"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue