All Projects → flyntwp → generator-flynt

flyntwp / generator-flynt

Licence: MIT license
A Yeoman generator to create Flynt Components

Programming Languages

javascript
184084 projects - #8 most used programming language
PHP
23972 projects - #3 most used programming language
Twig
543 projects
SCSS
7915 projects

Projects that are alternatives of or similar to generator-flynt

enquirer
Stylish, intuitive and user-friendly prompts, for Node.js. Used by eslint, webpack, yarn, pm2, pnpm, RedwoodJS, FactorJS, salesforce, Cypress, Google Lighthouse, Generate, tencent cloudbase, lint-staged, gluegun, hygen, hardhat, AWS Amplify, GitHub Actions Toolkit, @airbnb/nimbus, and many others! Please follow Enquirer's author: https://github.…
Stars: ✭ 6,523 (+34231.58%)
Mutual labels:  yo, yeoman
generator-liferay-fragments
Yeoman generator for creating and maintaining Liferay Fragment projects
Stars: ✭ 31 (+63.16%)
Mutual labels:  yeoman
generator-alfresco
A Yeomen generator based on the Alfresco all-in-one Maven archetype with some generators and an opinionated project structure.
Stars: ✭ 27 (+42.11%)
Mutual labels:  yeoman
generator-laravel-5
Scaffold Laravel 5.7 applications with ease.
Stars: ✭ 19 (+0%)
Mutual labels:  yeoman
generator-ngx-firebase-bootstrap
Generator for Angular / Firebase / Bootstrap projects
Stars: ✭ 44 (+131.58%)
Mutual labels:  yeoman
shared-react-components-example
An example of a mono-repository of shared React components libraries!
Stars: ✭ 85 (+347.37%)
Mutual labels:  yeoman
yo-ruby
🌈 ✨ A super awesome Ruby wrapper of the Yo API.
Stars: ✭ 15 (-21.05%)
Mutual labels:  yo
generator-express-ts
create an app using express and typescript
Stars: ✭ 27 (+42.11%)
Mutual labels:  yeoman
matcha-bot
MatchaBot is a code generator. You can use matchabot to create an entire project, or to generate code inside an existing project consistently.
Stars: ✭ 14 (-26.32%)
Mutual labels:  yeoman
generator-django
A Yeoman generator for Django.
Stars: ✭ 78 (+310.53%)
Mutual labels:  yeoman
generator-fountain-react
Yeoman 'fountain' generator to start a webapp with React
Stars: ✭ 36 (+89.47%)
Mutual labels:  yeoman
delphi-generator-delphi
Yeoman generator for Delphi projects
Stars: ✭ 14 (-26.32%)
Mutual labels:  yeoman
generator-vue-plugin
Yeoman generator generating vue plugin 🚀
Stars: ✭ 29 (+52.63%)
Mutual labels:  yeoman
generator-nullfactory-xrm
Yeoman generator for Dynamics 365 Solutions. It generates a project structure that facilitates the quick creation builds and automated release strategies with minimal effort.
Stars: ✭ 15 (-21.05%)
Mutual labels:  yeoman
rest-api-data-localizer
Localize a store of normalized WP REST API response data.
Stars: ✭ 37 (+94.74%)
Mutual labels:  wp
generator-go
A Yeoman generator to scaffold a simple golang application
Stars: ✭ 46 (+142.11%)
Mutual labels:  yeoman
generator-kodi-addon
Yeoman generator for the most common Kodi addon types.
Stars: ✭ 69 (+263.16%)
Mutual labels:  yeoman
hubot-bearychat
BearyChat Adapter for Hubot
Stars: ✭ 99 (+421.05%)
Mutual labels:  yeoman
generator-deepexi-spring-cloud
deepexi java scaffold(spring cloud) generator
Stars: ✭ 30 (+57.89%)
Mutual labels:  yeoman
generator-latex
Yeoman Generator for LaTeX up-to-date documents
Stars: ✭ 29 (+52.63%)
Mutual labels:  yeoman

Flynt Yeoman Generator (generator-flynt)

standard-readme compliant

A Yeoman generator for Flynt

Table of Contents

Install

The node version used should be ^10. If you use a node version manager (e.g. nave), use npm to install globally.

First install Yeoman:

$ npm i -g yo

Install the generator:

$ npm i -g @flyntwp/generator-flynt

Otherwise you can use yarn as well:

$ yarn global add @flyntwp/generator-flynt

Usage

Run yo @flyntwp/flynt to start the generator. You can select Components.

Maintainers

This project is maintained by bleech.

The main people in charge of the repo are:

Contribute

To contribute, please use GitHub issues. Please also take a moment to read the Contributing Guidelines and Code of Conduct.

If you are a developer and would like to submit a pull request, do the following:

  1. Fork the project and clone it.
  2. Run npm install inside the cloned folder.
  3. Run npm link to link the local installation for development purposes. (Run npm unlink to undo this step.)
  4. In any folder run yo @flyntwp/flynt to run your local development version and test your changes.
  5. Send a pull request from your fork to the main repo's master branch.

If editing the README, please conform to the standard-readme specification.

License

MIT © bleech

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].