tools-web

1.1.58 • Public • Published

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
    node index
  • Step 5: Show help command
    --help

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

Testing the command with bash.

sh test.sh all
sh test.sh system
sh test.sh react
sh test.sh vue
sh test.sh express

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.

License

MIT

Package Sidebar

Install

npm i tools-web

Weekly Downloads

1

Version

1.1.58

License

ISC

Unpacked Size

186 kB

Total Files

87

Last publish

Collaborators

  • ferdiansyah0611