Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/restarian/bracket_utils
:nut_and_bolt: A collection of methods used to aid ECMA development.
https://github.com/restarian/bracket_utils
miscellaneous-functions tools
Last synced: 7 days ago
JSON representation
:nut_and_bolt: A collection of methods used to aid ECMA development.
- Host: GitHub
- URL: https://github.com/restarian/bracket_utils
- Owner: restarian
- License: lgpl-3.0
- Created: 2018-02-01T19:19:40.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-02-11T00:25:26.000Z (almost 3 years ago)
- Last Synced: 2024-08-10T19:03:32.337Z (5 months ago)
- Topics: miscellaneous-functions, tools
- Language: JavaScript
- Homepage:
- Size: 81.1 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
# Bracket Utils
## Synopsis[![Build status](https://ci.appveyor.com/api/projects/status/cw0fdc0tgpc1fpej/branch/master?svg=true)](https://ci.appveyor.com/project/restarian/bracket-utils/branch/master) [![Downloads](https://img.shields.io/npm/dm/bracket_utils.svg?svg=true)](https://npmjs.org/package/bracket_utils)
| **The [Bracket Suite]** | **[Ubuntu on Windows]** |
|:-----------------------:|:-------------------------:|
| ![Bracket logo] | ![Ubuntu on Windows logo] | |[Bracket Suite]: https://github.com/restarian/restarian/tree/master/bracket/
[Ubuntu on Windows]: https://www.microsoft.com/en-us/store/p/ubuntu/9nblggh4msv6?activetab=pivot%3aoverviewtab[Ubuntu on Windows logo]: https://raw.githubusercontent.com/restarian/restarian/master/doc/image/ubuntu_windows_logo.png
[Bracket logo]: https://raw.githubusercontent.com/restarian/restarian/master/bracket/doc/image/bracket_logo_small.png------
### Bracket Utils help pages
* **Synopsis**
* Specification
* [License information](https://github.com/restarian/bracket_utils/blob/master/docs/specification/license_information.md)
* [Package information](https://github.com/restarian/bracket_utils/blob/master/docs/specification/package_information.md)
* [Unit test output](https://github.com/restarian/bracket_utils/blob/master/docs/specification/unit_test_output.md)----
### Bracket utils is a collection of methods to be used in ECMA script development.
**Author: Robert Steckroth, *Bust0ut* [](mailto:[email protected])**
**Licenses under: LGPL-v3****Includes:**
* A commonjs package cache manager which is usefull with unit testing.
* A Git project root determination method.
* Wrappers for the Exec and Spawn commands in the node process module.