1
0
Fork 0
 
 
 
Go to file
Jonathan Clem 80afb0ab88
Update README.md
2019-04-20 10:56:56 -04:00
.github Remove ESLint (still not compatible enough with TypeScript tooling) 2019-04-19 17:00:31 -04:00
packages Make use of @actions/exit in @actions/toolkit 2019-04-20 10:54:42 -04:00
.gitignore Add Toolkit class w/logging & exits 2019-04-19 17:00:42 -04:00
.prettierrc.json Add ESLint and Prettier tooling 2019-04-19 15:35:44 -04:00
LICENSE.md Add license files 2019-04-20 10:38:10 -04:00
README.md Update README.md 2019-04-20 10:56:56 -04:00
jest.config.js Add working Jest & TypeScript config 2019-04-19 15:15:34 -04:00
lerna.json Initialize a Lerna project 2019-04-19 14:29:24 -04:00
package-lock.json Add Toolkit class w/logging & exits 2019-04-19 17:00:42 -04:00
package.json Remove ESLint (still not compatible enough with TypeScript tooling) 2019-04-19 17:00:31 -04:00
tsconfig.json Rename packages/github to packages/toolkit 2019-04-19 15:52:23 -04:00

README.md

Actions Toolkit 🛠

Packages

Package Description
@actions/exit Provides utilities for exiting from an action
@actions/toolkit A general-purpose toolkit for writing actions