GithubHelp home page GithubHelp logo

fxy-during / feflow Goto Github PK

View Code? Open in Web Editor NEW

This project forked from tencent/feflow

0.0 0.0 0.0 344 KB

๐Ÿš€ A command line tool aims to improve front-end engineer workflow and standard, powered by TypeScript.

Home Page: https://feflowjs.com/

License: Other

JavaScript 1.11% TypeScript 98.89%

feflow's Introduction

Feflow is a workflow tool aims to improve front-end engineer workflow and standard, powered by Typescript.

build status npm version

Learn Feflow

Before you use Feflow, you need to understand the basic concepts.

Just the Basics

There are three type of commands in Feflow:

  • Native commands: Commands that Feflow native provide, such as init, install, uninstall, info, help.
  • Devkit commands: Commands extended by Feflow devkit, a devkit usually has a series of commands and used for a real world project, Feflow devkit must have feflow-devkit prefix.
  • Plugin commands: Commands extended by Feflow plugin, Feflow plugin must have feflow-plugin prefix.

Feflow config file

When you use Feflow to develop a project, Feflow will load config file and load devkit described in config file. Config load order is:

  • .feflowrc.js,
  • .feflowrc.yaml,
  • .feflowrc.yml,
  • .feflowrc.json,
  • .feflowrc,
  • package.json

Installation

To install the stable version:

npm install @feflow/cli -g

This assumes you are using npm as your package manager.

Create a project

This will use Feflow native command init

feflow init

Develop a project

This will use Feflow devkit commands, eg:

  • Local development
feflow dev
  • Build for production
feflow build
  • Lint JS
feflow lint
  • Deploy project
feflow deploy
  • Generate changelog
feflow changelog

Change Log

This project adheres to Semantic Versioning. Every release, along with the migration instructions, is documented on the GitHub Releases page.

License

MIT

feflow's People

Contributors

cejako avatar cpselvis avatar fxy-during avatar gitter-badger avatar leoeatle avatar nikewu avatar qcyhust avatar shanshandev avatar stevenzwzhai avatar superjolly avatar vabaly avatar wadezhan avatar wninem avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.