https://github.com/sgtcoolguy/danger-plugin-titanium-module
Helps lint Titanium SDK native module projects
https://github.com/sgtcoolguy/danger-plugin-titanium-module
danger danger-js danger-plugin mobile-development titanium titanium-module
Last synced: 3 months ago
JSON representation
Helps lint Titanium SDK native module projects
- Host: GitHub
- URL: https://github.com/sgtcoolguy/danger-plugin-titanium-module
- Owner: sgtcoolguy
- License: mit
- Created: 2020-01-31T16:54:06.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-05-07T21:55:04.000Z (over 2 years ago)
- Last Synced: 2025-01-31T22:17:51.112Z (8 months ago)
- Topics: danger, danger-js, danger-plugin, mobile-development, titanium, titanium-module
- Language: TypeScript
- Homepage:
- Size: 1.53 MB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# danger-plugin-titanium-module
[](https://badge.fury.io/js/%40seadub%2Fdanger-plugin-titanium-module)
[](https://github.com/semantic-release/semantic-release)> Eslint your code with Danger
## Usage
Install:
```sh
yarn add danger-plugin-titanium-module --dev
# OR
npm install danger-plugin-titanium-module -D
```At a glance:
```js
// dangerfile.js
import lint from 'danger-plugin-titanium-module'await lint()
```## Changelog
See the GitHub [release history](https://github.com/sgtcoolguy/danger-plugin-titanium-module/releases).
## Contributing
See [CONTRIBUTING.md](CONTRIBUTING.md).