@forwardslashns/fws-cli v0.4.28

Welcome
@forwardslashns/fws-cli is work in progress and it's meant to work together with other Forwardslash tools.
Intro
FWS CLI is an internal tool used for automatization of routine development tasks.
It's usage is limited to and exclusive for Forwardslash projects, specifically project's built with FWS Starters:
- FWS Starter _S
- FWS Starter Nuxt
- FWS Starter Vue
- FWS Starter Twig
Available Commands
As noted above, these commands are limited to FWS projects and with that in mind most of the commands are required to run from FWS project's directory.
Default
Default commands available from any directory.
- Output the version number:
fws --versionorfws -V.
- Check for latest version:
fws latest-versionorfws latest.
- Display help for commands:
fws --helporfws -h.
General
General commands, available for all starters.
- Install node modules:
fws npmiorfws i.
- Clean install node modules:
fws npmciorfws ci.
- Create component files:
fws create-file <name> [options]orfws cf <name> [options].
- Delete _fe files in template-views directory:
fws remove-feorfws rfe.
- Optimizes and generates SVG icons:
fws iconsorfws ic.
- Runs postinstall script:
fws postinstallorfws pi.
- Validate pages via W3 API:
fws w3Validator <url> [options]orfws w3 <url> [options].
Specific commands for each Starter can be found in each Starter's README.md file.
6 months ago
7 months ago
7 months ago
7 months ago
7 months ago
7 months ago
7 months ago
7 months ago
7 months ago
8 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago