https://github.com/tidev/node-appc
Common Library for Node.js
https://github.com/tidev/node-appc
npm-package
Last synced: 2 months ago
JSON representation
Common Library for Node.js
- Host: GitHub
- URL: https://github.com/tidev/node-appc
- Owner: tidev
- License: other
- Created: 2012-08-12T07:25:23.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2024-06-05T18:52:14.000Z (over 1 year ago)
- Last Synced: 2025-09-20T05:52:09.864Z (3 months ago)
- Topics: npm-package
- Language: JavaScript
- Homepage:
- Size: 2.97 MB
- Stars: 11
- Watchers: 52
- Forks: 29
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
## Titanium SDK Node Utilities
`node-appc` is a common library used by the [Titanium CLI][ticli] and [Titanium SDK][tisdk].
## APIs
| Name | Used By | Replaced By |
| --------------- | ------------ | ----------- |
| `analytics` | Nothing | |
| `android` | Nothing | [node-titanium-sdk][1], [androidlib][2] |
| `async` | Titanium SDK | |
| `auth` | Nothing | |
| `busyindicator` | ? | |
| `clitools` | Nothing | [ioslib][3] |
| `encoding` | ? | |
| `environ` | Titanium CLI | |
| `exception` | Titanium SDK | |
| `fs` | Titanium SDK | |
| `haxm` | Nothing | |
| `i18n` | Titanium SDK | |
| `image` | Titanium SDK | |
| `ios` | Nothing | [ioslib][3] |
| `jdk` | Titanium SDK | Maybe someday [jdklib][4]? |
| `net` | ? | |
| `pkginfo` | Titanium SDK | |
| `plist` | Titanium SDK | |
| `progress` | ? | |
| `string` | Titanium SDK | |
| `subprocess` | Titanium SDK | |
| `time` | Titanium SDK | |
| `timodule` | Nothing | [node-titanium-sdk][1] |
| `tiplugin` | ? | |
| `util` | Titanium SDK | |
| `version` | Titanium SDK | |
| `xcconfig` | Titanium SDK | |
| `xml` | ? | |
| `zip` | Titanium SDK | |
## Contributing
For more information on how to contribute to this project, please visit
https://titaniumsdk.com/contribute.html.
[ticli]: http://github.com/tidev/titanium
[tisdk]: http://github.com/tidev/titanium_mobile
[1]: https://github.com/tidev/node-titanium-sdk
[2]: https://github.com/tidev/androidlib
[3]: http://github.com/tidev/ioslib
[4]: http://github.com/tidev/jdklib