Skip to content
This repository has been archived by the owner on Oct 17, 2020. It is now read-only.

Missing plugin READMEs #13

Closed
jbalsas opened this issue Jul 12, 2017 · 3 comments
Closed

Missing plugin READMEs #13

jbalsas opened this issue Jul 12, 2017 · 3 comments
Assignees
Milestone

Comments

@jbalsas
Copy link
Contributor

jbalsas commented Jul 12, 2017

By convention, all babel plugins contain a README specifying:

babel-plugin-foo

Foo does Bar

Example

// Some code here

Installation

npm install --save-dev babel-plugin-foo

Usage

Via .babelrc (Recommended)

.babelrc

{
  "plugins": ["foo"]
}

Via CLI

babel --plugins foo script.js

Via Node API

require("babel-core").transform("code", {
  plugins: ["foo"]
});

References

We are currently missing those for our own plugins and shouldn't

@izaera
Copy link
Member

izaera commented Aug 24, 2017

I'm closing this because all subprojects have been documented.

@izaera izaera closed this as completed Aug 24, 2017
@jbalsas
Copy link
Contributor Author

jbalsas commented Aug 24, 2017

👏

@izaera
Copy link
Member

izaera commented Nov 15, 2017

Added in commit b70c775#diff-0b1b546d30928b71c8123b3466a1d441

@izaera izaera added this to the v1.1.0 milestone Nov 15, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants