0.2.71 • Published 4 years ago

flup v0.2.71

Weekly downloads
5
License
MIT
Repository
github
Last release
4 years ago

Flup

What's the flup...? (O'que é o flup?)

English

Flup is bigger than a framework builder, it's a work optimization tool that intuitively generates quick and easy applications.

It runs on reacjs, ie technology that is in companies like uber, netflix, globe etc ...

Have you thought about creating a page and registering it in just 1 second, with flup this is possible.

Português

Flup é maior que um criador de estrutura, é uma ferramenta de otimização de trabalho, que gera aplicações rápidas e fáceis de maneira intuitiva.

Ele roda em reactjs, ou seja a tecnologia que está em empresas como uber, netflix, globo etc...

Já pensou em criar uma página e registrar ela em apenas 1 segundo, com Flup isso é possível.

Flup Getting Started (Começando).

English

Below is the list of commands for using Flup it all starts with getting started. You would first install Flup globally on your system.

Português

Abaixo segue a lista de comandos para usar o Flup tudo começa com getting started. Que primeiro seria instalar de forma global o Flup no seu sistema.

yarn global add flup or npm install -g flup

Flup Init Project (Iniciar Projeto).

English

To start the Flup project is very simple you just have to first navigate to the folder you want to start and right after typing the command below:

Português

Para começar o projeto em Flup é muito simples basta você primeiramente navegar até a pasta que você quer iniciar e logo após digitar o comando abaixo:

flup init project-name (nome-do-projeto)

Flup Create ( Criar ).

English

To generate your components, be they pages, helpers, configs etc ... and very simple just type the command below plus its specific termination

Português

Para gerar seus componentes, seja eles paginas, helpers, configs etc… e muito simples basta digitar o comando abaixo mais sua determinada terminação

flup create:<page | component | helper | store>

Type of Components (Tipos de Components)

English

And within the page and components you can also choose which type of component by passing the flag type, and by default it comes with arrow function set.

Português

E dentro da página e de componentes você pode escolher ainda qual tipo de componente passando a flag type, sendo que por padrão ele já vem com arrow function setado.

flup create:<page | component> --type <class | func>

Flup Remove (Remover).

English

To remove your components, be they pages, helpers, configs etc ... and very simple just type the command below plus its specific termination

Português

Para remover seus componentes, seja eles paginas, helpers, configs etc… e muito simples basta digitar o comando abaixo mais sua determinada terminação

flup remove:<page | component | helper | store>

Flup Extra Commands (Comandos Extras).

English

And let's not forget that you all have access to the extra commands listed below.

Português

E não podemos esquecer que todos vocês têm acesso aos comandos extras que estão abaixo citados.

flup helper - list all commands (listar todos os comandos)
flup -v - list current installed version (listar atual versão instalada)

Flup All commands (Todos os Comandos).

  

flup -

  

init Start The Project (Inicia o Projeto)

  

create:page Create new pages (Cria uma nova página)

create:store Create new store (Cria um novo store)

create:component Create new component (Cria o Component)

create:helper Create new helper (Cria um novo helper)

  

remove:page Remove Page (Remove a sua Página)

remove:store Remove Store (Remove a sua Store)

remove:component Remove Component (Remove o Component)

remove:helper Remove Component (Remove o Component)

  

version (v) Output the version number

  

help (h) -

  

License

MIT - see LICENSE

Written with StackEdit.

0.2.71

4 years ago

0.2.7

4 years ago

0.2.6

4 years ago

0.2.5

4 years ago

0.2.3

4 years ago

0.2.2

4 years ago

0.2.4

4 years ago

0.2.1

4 years ago

0.2.0

4 years ago

0.1.9

4 years ago

0.1.8

4 years ago

0.1.7

4 years ago

0.1.6

4 years ago

0.1.4

4 years ago

0.1.5

4 years ago

0.1.0

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.0.9

4 years ago

0.0.8

4 years ago

0.0.7

4 years ago

0.0.6

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago