3.9.0 • Published 8 days ago

@aztlan/generator-front v3.9.0

Weekly downloads
-
License
MIT
Repository
github
Last release
8 days ago

Generator-front (Yeoman)

Yeoman is a client-side scaffolding tool for web applications. We use this to quickly scaffold a component, module, page and story.

Project Installation and Setup

# If you have configured the SSH protocol, use
$ git clone git@github.com:HelloPareto/generator-front.git

cd generator-front

npm install

Usage

  • Install the @pareto-engineering/generator-front package globally
    $ npm i -g yo @pareto-engineering/generator-front # you might need an older version of yo
  • Navigate to the folder you want to scaffold either a component, story, module, or page

    // For a component
    $ yo @pareto-engineering/front component [name] # this creates a folder with [name] as it's name with three files in it --> [name].jsx, index.js, styles.scss
    
    // For a story
    $ yo @pareto-engineering/front story [name] # this creates a [name].stories.jsx file --> A story captures the rendered state of a UI component and describes all the states a component can support
    
    // For a page
    $ yo @pareto-engineering/front page [name] # this creates a [name].jsx file
    
    // For a module
    $ yo @pareto-engineering/front module [name] # this creates a folder with [name] as it's name. The folder has urls.js and routes.js files, component and pages folders both having an index.js file
3.9.0

8 days ago

3.8.3

9 days ago

3.8.0

14 days ago

3.6.3

26 days ago

3.4.7

1 month ago

3.4.0

3 months ago

3.2.7

3 months ago

3.1.2

3 months ago

3.0.0

3 months ago

2.4.1

3 months ago

2.2.5

3 months ago

2.4.2

3 months ago

2.0.9

3 months ago

2.0.0

3 months ago

1.8.1

3 months ago

1.8.0

3 months ago

1.7.0

3 months ago

1.6.0

3 months ago

1.4.1

3 months ago

1.2.22

3 months ago

1.2.19

4 months ago

1.2.16

4 months ago

1.1.4

4 months ago

1.1.3

4 months ago

1.1.2

4 months ago

1.0.9

4 months ago

1.0.8

4 months ago

1.0.5

4 months ago

0.13.0

4 months ago

0.11.0

4 months ago

0.12.0

4 months ago

0.10.0

4 months ago

0.9.3

5 months ago

0.9.1

5 months ago

0.9.0

5 months ago

0.8.0

5 months ago

0.7.3

5 months ago

0.7.2

5 months ago

0.7.1

5 months ago

0.7.0

5 months ago

0.4.17

6 months ago

0.5.0

6 months ago

0.6.0

5 months ago

0.4.3

6 months ago

0.4.0

6 months ago

0.2.0

6 months ago

0.1.0

6 months ago

0.0.22

6 months ago

0.0.21

6 months ago

0.0.4

6 months ago

0.0.3

6 months ago