2.0.7 • Published 5 months ago

architect-project v2.0.7

Weekly downloads
229
License
ISC
Repository
-
Last release
5 months ago

Architect-project

Powered by

webstap

A flexible template generator for any project

  • Implements the generation of files according to a prepared template
  • Allows you to process assets
  • File customization and support for any frameworks
  • Support EsLint/Prettier

Documentation

See the full documentation

Installation

Architect-project requires Node.js v6+ to run.

Install architect-project with npm

npm install -D architect-project

or yarn

yarn add --dev architect-project

CLI command structure

To see all commands, write arc in your terminal and you will see this

Options:
  -V, --version           output the version number
  -w, --watch             use watcher
  -e, --eslint            use esLint
  -mta, --module_to_atom  from module to atom
  -atm, --atom_to_module  from atom to module
  -u, --undo              undoing changes
  -r, --redo              redoing changes
  -c, --config <path>     path of the configuration to use
  -h, --help              display help for command

Commands:
  start|s                 Start architect-project generation
  convert|con             Convert source-map
  change                  Undoing and Redoing Changes
  help [command]          display help for command

Command arc start|s

To start generating files based on templates and source-map, which we covered in the previous chapters, you need to run arc start|s .

You can run this command with flags arc s --watch |--eslint |--config <path>

-w, --watch - this flag allows you to start tracking files, specified in config.js

-e, --eslint - this flag starts Eslint, which looks at the generated files and makes them look pretty

  • there must be files .eslintrc.js and.prettierrc.js if you use this in the root of the project *

-c, --config <path> - this flag lets you run Architect with a custom path to the settings directory

  • by default this directory should be named architect *

Command arc convert|con

arc convert is used to translatesource-map from modular to atomic state

You can run this command with flags arc con --module_to_atom | --atom_to_module

Command arc change

Every time you use arc con --module_to_atom | --atom_to_module Architect retains the history of the previous states of source-map If suddenly you did something wrong, you can easily undo your actions using the command arc change

You can run this command with flags arc change --undo | --redo

2.0.6-0

5 months ago

2.0.5

6 months ago

2.0.7

5 months ago

2.0.6

6 months ago

2.0.6-3

5 months ago

2.0.6-2

5 months ago

2.0.6-1

5 months ago

2.0.5-1

6 months ago

2.0.5-0

6 months ago

2.0.5-9

6 months ago

2.0.5-8

6 months ago

2.0.5-7

6 months ago

2.0.5-6

6 months ago

2.0.5-5

6 months ago

2.0.5-10

6 months ago

2.0.5-4

6 months ago

2.0.5-3

6 months ago

2.0.5-2

6 months ago

2.0.3-beta.13

7 months ago

2.0.3-beta.12

4 years ago

2.0.3-beta.11

4 years ago

2.0.4

4 years ago

2.0.3-beta.10

4 years ago

2.0.3-beta.9

4 years ago

2.0.3-beta.8

4 years ago

2.0.3-beta.7

4 years ago

2.0.3-beta.6

4 years ago

2.0.3-beta.5

4 years ago

2.0.3-beta.4

4 years ago

2.0.3-beta.3

4 years ago

2.0.3-beta.2

4 years ago

2.0.3-beta.1

4 years ago

2.0.3-beta.0

4 years ago

2.0.2-beta.0

4 years ago

2.0.2-beta.1

4 years ago

2.0.2-beta.2

4 years ago

2.0.2

4 years ago

2.0.1

4 years ago

2.0.0

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.29

4 years ago

1.0.28

4 years ago

1.0.26

4 years ago

1.0.25

4 years ago

1.0.27

4 years ago

1.0.19

4 years ago

1.0.18

4 years ago

1.0.17

4 years ago

1.0.16

4 years ago

1.0.9

4 years ago

1.0.22

4 years ago

1.0.21

4 years ago

1.0.20

4 years ago

1.0.23

4 years ago

1.0.11

4 years ago

1.0.10

4 years ago

1.0.15

4 years ago

1.0.14

4 years ago

1.0.13

4 years ago

1.0.12

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.2

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago