3.12.1-intl.1 • Published 4 years ago

@theforeman/env v3.12.1-intl.1

Weekly downloads
3
License
MIT
Repository
github
Last release
4 years ago

@theforeman/env

Development environment for foreman core and plugins

Package Version Downloads Status Build Status: Linux PRs Welcome code style: prettier

What you get with this project

  • @theforeman/env/babel - Adds theforeman babel dev configuration to your project.
  • @theforeman/env/test - Adds theforeman testing tools to you project.

Installation

npm install --save-dev @theforeman/env

Install @theforeman/env/babel

  1. To work with babel first you need to install @theforeman/builder since it contain the production babel configurations.
npm install --save-dev `@theforeman/builder`
  1. Create a .babelrc.js file in your project root with the following content.
module.exports = {
  presets: ['@theforeman/builder/babel'],
};

@theforeman/builder/babel will automatically load @theforeman/env/babel for none production environments.

install @theforeman/env/test

  1. Add this to the test in packge.json:
{
  "test": "tfm-test"
}
  1. create a test_helper.js under /webpack for extending global mocks if needed

Contributing

Please checkout the contributing.md, the roadmap.md and the open issues.

3.12.1-intl.1

4 years ago

3.12.1-intl.0

4 years ago

3.12.0

4 years ago

3.11.1

4 years ago

3.11.0

4 years ago

3.10.1

4 years ago

3.10.0

4 years ago

3.9.4-stories.6

4 years ago

3.9.4-stories.4

4 years ago

3.9.4-stories.5

4 years ago

3.9.4-stories.3

4 years ago

3.9.4-stories.2

4 years ago

3.9.4-env-test.9

4 years ago

3.9.4-stories.1

4 years ago

3.9.4-stories.0

4 years ago

3.9.4-env-test.6

4 years ago

3.9.4-env-test.8

4 years ago

3.9.4-env-test.7

4 years ago

3.9.4-env-test.5

4 years ago

3.9.4-env-test.4

4 years ago

3.9.4-env-test.3

4 years ago

3.9.4-env-test.2

4 years ago

3.9.3

4 years ago

3.9.2

4 years ago

3.9.1

4 years ago

3.8.2

4 years ago

3.9.0

4 years ago

3.8.1

4 years ago

3.8.0-intl.0

4 years ago

3.8.1-intl.0

4 years ago

3.9.0-intl.0

4 years ago

3.9.0-alpha.0

4 years ago

3.8.0

4 years ago

3.7.2

4 years ago

3.7.1

4 years ago

3.7.0

4 years ago

3.6.4

4 years ago

3.6.3

4 years ago

3.6.2

4 years ago

3.6.1

4 years ago

3.6.0

4 years ago

3.5.2

4 years ago

3.5.1

4 years ago

3.5.0

4 years ago

3.4.0

4 years ago

3.3.2

4 years ago

3.3.1

4 years ago

3.3.0

4 years ago

3.2.2

4 years ago

3.2.1

4 years ago

3.2.0

4 years ago

3.1.1

4 years ago

3.1.0

5 years ago