This package has been deprecated

Author message:

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

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

0.13.1 • Public • Published

Ready-to-use Bable Configuration

for ECMAScript / JavaScript transcompiling

🦄 About 🦄

Description

Project Links

Minimum Viable Product: What is what we want?

  • What are the goals?
    • [ ] Goal #1
    • [ ] Goal #2
    • [ ] Goal #3
  • Sense (Why do these goals exist?)
    • [ ] Explanation #1
    • [ ] Explanation #2
    • [ ] Explanation #3
  • Purpose (What should be done with it?)
    • [ ] Use Case #1
    • [ ] Use Case #2
    • [ ] Use Case #3

🚀 Getting Started 🚀

💪 Installation 💪

npm install --safe-dev @babel/core @bootcamp-project/bable-config
# or
yarn add --dev @babel/core @bootcamp-project/bable-config

🤩 Usage 🤩

TBCP Best Practice

See TBCP default Bable settings

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

const BableConfig = require('@bootcamp-project/bable-config').BableConfig
module.exports = BableConfig

⭐️ Features ⭐️

😎 Built With 😎

babel tbcp

🏆 Acknowledgements 🏆

Thanks for these awesome resources that were used during the development of the Bootcamp: Bable 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. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

📜 License 📜

See LICENSE for more information.

💌 Contact 💌

Bootcamp contributors - contributors @ bootcamp-project .com

Package Sidebar

Install

npm i @bootcamp-project/bable-config

Weekly Downloads

2

Version

0.13.1

License

MIT

Unpacked Size

16 kB

Total Files

8

Last publish

Collaborators

  • bootcamp-project