mirror of
https://github.com/actions/toolkit
synced 2025-05-10 00:53:10 +00:00
Rename packages/github to packages/toolkit
This commit is contained in:
parent
79a070cdc8
commit
e3911754c1
9 changed files with 1317 additions and 896 deletions
|
@ -1,11 +0,0 @@
|
|||
# `@actions/github`
|
||||
|
||||
> TODO: description
|
||||
|
||||
## Usage
|
||||
|
||||
```
|
||||
const github = require('@actions/github');
|
||||
|
||||
// TODO: DEMONSTRATE API
|
||||
```
|
|
@ -1,7 +0,0 @@
|
|||
import {github} from '../src/github'
|
||||
|
||||
describe('@actions/github', () => {
|
||||
it('needs tests', () => {
|
||||
expect(github()).toBe(true)
|
||||
})
|
||||
})
|
|
@ -1,33 +0,0 @@
|
|||
{
|
||||
"name": "@actions/github",
|
||||
"version": "0.0.0",
|
||||
"description": "Actions tools for the GitHub API and GitHub context",
|
||||
"keywords": [
|
||||
"github",
|
||||
"actions",
|
||||
"toolkit"
|
||||
],
|
||||
"homepage": "https://github.com/actions/toolkit/tree/master/packages/github",
|
||||
"license": "MIT",
|
||||
"directories": {
|
||||
"lib": "lib",
|
||||
"test": "__tests__"
|
||||
},
|
||||
"files": [
|
||||
"lib"
|
||||
],
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/actions/toolkit.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "echo \"Error: run tests from root\" && exit 1",
|
||||
"tsc": "tsc"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/actions/toolkit/issues"
|
||||
}
|
||||
}
|
|
@ -1,3 +0,0 @@
|
|||
export function github() {
|
||||
return true
|
||||
}
|
|
@ -1,11 +0,0 @@
|
|||
{
|
||||
"extends": "../../tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"baseUrl": "./",
|
||||
"outDir": "./lib",
|
||||
"rootDir": "./src"
|
||||
},
|
||||
"include": [
|
||||
"./src"
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue