README
CODE PARSER
Extract feature flags from UI components for Appknobs.io
Status
React
Find <Feature name={...}> in any JS/TS file, even if the imported module is renamed.
Angular
Find <ak-feature name='...'></ak-feature> in .html files.
Extract feature flags from UI components for Appknobs.io
<script type="module">
import appknobsCodeParser from 'https://cdn.skypack.dev/@appknobs/code-parser';
</script>
Extract feature flags from UI components for Appknobs.io
Find <Feature name={...}> in any JS/TS file, even if the imported module is renamed.
Find <ak-feature name='...'></ak-feature> in .html files.