This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

@bootcamp-project/babel-config
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

Ready-to-use Babel Configuration

for ECMAScript / JavaScript transcompiling

🦄 About 🦄

Babel is required in our repositories for testing with Jest. Therefore you could find and use our central config here.

Project Links

Minimum Viable Product: What is what we want?

  • What are the goals?
    • [X] Offer a single package with all the necessary dependencies for transcompiling with Babel.
  • Sense (Why do these goals exist?)
    • [X] To provide easy management of the transcompiling settings for various repositories
  • Purpose (What should be done with it?)
    • [X] There should be a central code base for transcompiling settings

🚀 Getting Started 🚀

💪 Installation 💪

yarn add --dev @babel/core @bootcamp-project/babel-config

🤩 Usage 🤩

TBCP Best Practice

See TBCP Babel settings

// babel.config.js
'use strict';

const BabelConfig = require('@bootcamp-project/babel-config').BabelConfig
module.exports = BabelConfig

⭐️ Features ⭐️

😎 Built With 😎

babel tbcp

🏆 Acknowledgements 🏆

Thanks for these awesome resources that were used during the development of the Bootcamp: Babel Configuration:

📑 Changelog 📑

See CHANGELOG for more information.

📋 Roadmap 📋

See the open issues for a list of proposed features (and known issues).

🤝 Contribute 🤝

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

Please read the contribution guidelines first.

  1. Give us a star, it's really important! 😅
  2. Fork the Project: (git clone https://gitlab.com/the-bootcamp-project/configurations/babel.git)
  3. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  4. Commit your Changes (git commit -m 'Add some AmazingFeature')
  5. Push to the Branch (git push origin feature/AmazingFeature)
  6. Open a Pull Request

📜 License 📜

See LICENSE for more information.

💌 Contact 💌

Bootcamp contributors - contributors @ bootcamp-project .com

Package Sidebar

Install

npm i @bootcamp-project/babel-config

Weekly Downloads

1

Version

1.0.1

License

MIT

Unpacked Size

21.8 kB

Total Files

10

Last publish

Collaborators

  • bootcamp-project