0.0.5 • Published 3 years ago
fastt v0.0.5
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.
- importing modules
fast import M<your chosen module number>
- 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