All Projects → NitzanHen → agrippa

NitzanHen / agrippa

Licence: MIT license
The CLI for frontend component generation

Programming Languages

typescript
32286 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to agrippa

fireworks-js
🎆 A simple fireworks library! Ready to use components available for React, Vue 3, Svelte, Angular, Preact, Solid, and Web Components.
Stars: ✭ 550 (-0.9%)
Mutual labels:  preact, solidjs
tailwind-layouts
Collection of Tailwind Layouts
Stars: ✭ 53 (-90.45%)
Mutual labels:  preact, solidjs
Facebook Political Ads
Monitoring Facebook Political Ads
Stars: ✭ 215 (-61.26%)
Mutual labels:  preact
preact-cli-plugin-typescript
Adds TypeScript support to preact-cli ⚡
Stars: ✭ 49 (-91.17%)
Mutual labels:  preact
preact-route-async
Easy asynchronous loading for your router components. For 440B.
Stars: ✭ 36 (-93.51%)
Mutual labels:  preact
Rex Tils
Type safe utils for redux actions, epics, effects, react/preact default props, various type guards and TypeScript utils, React util components
Stars: ✭ 245 (-55.86%)
Mutual labels:  preact
preact-css-transition-group
Apply CSS transitions when adding or removing Preact components/elements
Stars: ✭ 60 (-89.19%)
Mutual labels:  preact
Preact Custom Element
Wrap your component up as a custom element
Stars: ✭ 212 (-61.8%)
Mutual labels:  preact
browser-extension
Browser Extension Template with ESbuild builds, support for React, Preact, Typescript, Tailwind, Manifest V3/V2 support and multi browser build including Chrome, Firefox, Safari, Edge, Brave.
Stars: ✭ 535 (-3.6%)
Mutual labels:  preact
hyperapp-example
hyperapp example
Stars: ✭ 14 (-97.48%)
Mutual labels:  preact
preact-wp
No description or website provided.
Stars: ✭ 12 (-97.84%)
Mutual labels:  preact
vitext
The Next.js like React framework for better User & Developer experience!
Stars: ✭ 376 (-32.25%)
Mutual labels:  preact
Prefresh
Hot Module Reloading for Preact
Stars: ✭ 247 (-55.5%)
Mutual labels:  preact
preact-photon-electron-quick-start
Demo desktop app built with Electron using the Preact-Photon UI library
Stars: ✭ 32 (-94.23%)
Mutual labels:  preact
React
MOVED TO https://github.com/myitcv/x/blob/master/react/_doc/README.md
Stars: ✭ 234 (-57.84%)
Mutual labels:  preact
ninetales
An experimental framework raising the performance bar
Stars: ✭ 27 (-95.14%)
Mutual labels:  preact
Hydux
A light-weight type-safe Elm-like alternative for Redux ecosystem, inspired by hyperapp and Elmish
Stars: ✭ 216 (-61.08%)
Mutual labels:  preact
blurhash-as
Blurhash implementation in AssemblyScript
Stars: ✭ 26 (-95.32%)
Mutual labels:  preact
preact-transitioning
Preact components for easily implementing basic CSS animations and transitions
Stars: ✭ 35 (-93.69%)
Mutual labels:  preact
moonwave
🌗 A small web application framework.
Stars: ✭ 14 (-97.48%)
Mutual labels:  preact

Agrippa logo

Agrippa

Agrippa is a CLI that helps frontend developers generate new components without the boilerplate: in a single command, it can create all the folders and files you need in a full component, with starting code tailored to your stack.


Getting Started    |    Documentation



Quickstart

# 1. Install as dev dep
npm add -D agrippa
 
# 2. Create a config
npx agrippa init

# 3. Generate a component 🚀
npx agrippa gen my-first-component

For a complete introduction, take the short Getting Started tutorial!
Alternatively, if you're already familiar with Agrippa, check out our Set up Agrippa in a project guide.


See it in action

showcase.mp4

Migrating from v1

Agrippa 2.0 introduces some API changes - the config is now a JS file and is structured a bit differently, and some options have been changed - but at large the functionality and usage is the same as v1.

To get a feel for the new version and see what's new, we recommend taking the new Getting Started tutorial, or the concise Set up Agrippa in a project guide.

Lastly, our new docs site, agrippa.dev, contains reference pages regarding the options and config in v2, which you may find useful.

Community

If you encounter any bugs or errors, or have any feature suggestions, please open an issue!

Also, I'm not actively posting too much on Twitter, but I'd be more than happy to hear your toughts on Agrippa and discuss it with you! Find me @nitzanhen.

Lastly, thank you for being part of the community.
If you like Agrippa and want to see it grow, please spread its word!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].