Package Exports
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (tools-web) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
tools-web
tools-web is a tool to speed up developing a website using the cli. Such as making new project, components, state management, routes, model, and others. View Documentation For More Information
Getting Started
This section will help you use tools-web from scratch.
Install with NPM
- Step 1: Install tools-web on global
npm install tools-web -g
- Step 2: Start command
twb
- Step 3: Show help command
--help
Install with Git
- Step 1: Cloning tools-web
git clone https://github.com/ferdiansyah0611/tools-web.git
- step 2: Change into a new directory
rename tools-web container-app && cd container-app
- Step 3: Install the package library
npm install
- Step 4: Start command
npm run start
- Step 5: Show help command
--help
With NPX
npx twb
Before you use
- You have to run the command before your project directory. Example your project in C:/Users/ferdi/project/myapp and you run 'cd C:/Users/ferdi/project'. Change default app 'app myapp'
- Run your Command Line Interface with administration to prevent error.
- Make sure your installation project is made by web-tools as well to prevent errors from occurring.
Developer
If you want run a testing, do this:
npm run test:express
npm run test:firebase
npm run test:react
npm run test:sys
npm run test:tools
npm run test:tailwind
npm run test:vite
npm run test:vue
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.