Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/scm-manager/babel-preset
Babel base configuration for all SCM-Manager related projects
https://github.com/scm-manager/babel-preset
babel javascript preset scm-manager
Last synced: 14 days ago
JSON representation
Babel base configuration for all SCM-Manager related projects
- Host: GitHub
- URL: https://github.com/scm-manager/babel-preset
- Owner: scm-manager
- License: agpl-3.0
- Created: 2020-11-17T10:27:42.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-10-14T13:18:43.000Z (3 months ago)
- Last Synced: 2024-11-09T18:44:12.072Z (2 months ago)
- Topics: babel, javascript, preset, scm-manager
- Language: JavaScript
- Homepage: https://scm-manager.org
- Size: 119 KB
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE-HEADER.txt
Awesome Lists containing this project
README
@scm-manager/babel-preset[Babel](https://babeljs.io/) base configuration for all SCM-Manager related projects.
## Installation
Install the `@scm-manager/babel-preset` as dev dependency:
```bash
yarn add --dev @scm-manager/babel-preset
# or
npm install --save-dev @scm-manager/babel-preset
```Configure the preset by adding the following snippet to your `package.json`:
```json
"babel": {
"presets": [
"@scm-manager/babel-preset"
]
}
```## Need help?
Looking for more guidance? Full documentation lives on our [homepage](https://scm-manager.org/docs/) or the dedicated pages for our [plugins](https://scm-manager.org/plugins/). Do you have further ideas or need support?
- **Community Support** - Contact the SCM-Manager support team for questions about SCM-Manager, to report bugs or to request features through the official channels. [Find more about this here](https://scm-manager.org/support/).
- **Enterprise Support** - Do you require support with the integration of SCM-Manager into your processes, with the customization of the tool or simply a service level agreement (SLA)? **Contact our development partner Cloudogu! Their team is looking forward to discussing your individual requirements with you and will be more than happy to give you a quote.** [Request Enterprise Support](https://cloudogu.com/en/scm-manager-enterprise/).