0.0.5 • Published 3 years ago

fastt v0.0.5

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

example workflow example workflow example workflow js-standard-style

Description

We built Fast for facilitate developers work. Fast helps you on building new project or app, faster way to create it and importing library, or you can export yours.

Installation

npm i -g fastt

Usage

Simple Example Creating Apps & Web Projects

creating your new project

fast create

next give your project name

What is your project name
<your-project-name>

next choose your project type.

ProjectName: MyAwesomeProject


Frontend or Backend: 
1) Frontend 
2) Backend

and then choose your projects template.

ProjectName: MyAwesomeProject
Development: Frontend


Choose Frontend template: 
1) React 
2) Next 
3) App 

then the project will be create in seconds in your chosen folder.

Note: you can't create same named projects in same folder.

Import library to your project fast

Note: this 2 commands in test right now.

you can import components or modules from library, you only have to type your chosen module or component number after "C" or "M", for example: C1, M3.

Note: for now only 3 components and modules are available.

  1. importing modules
fast import M<your chosen module number>
  1. importing components
fast import C<your chosen component number>

also you can import library to your chosen path which you can set it.

fast import M<your chosen module number> --path <your path to import library>

For example:

fast import M2 --path /Users/james/Desktop/YourProject
0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago