0.1.14 • Published 3 years ago

@lambdalabs/labs v0.1.14

Weekly downloads
2
License
MIT
Repository
github
Last release
3 years ago

Labs wrapper for Yeoman

This wrapper of yeoman simply allows the use of labs in place of the common use of yo

Installation

The project has not yet been deployed to <npmjs.com> yet.

npm i -g @lambdalabs/labs

This will install the main cli wrapper along with all Labs generators as dependancies.

Usage

The labs cli command is just a wrapper to the yeoman yo command.

Examples

  • Run the SPA generator (base react single page app starter)

    labs @lambdalabs/spa project-name

  • Run the Node API generator (base node express api starter)

    labs @lambdalabs/api project-name

Generators

publish npmjs package

  • update package.json version
  • add a git tag with the version number git tag v0.9.30 -m "release note"
  • push repo and tags git push && git push --tags

Development setup

To develop locally it will be easiest to link the labs command and any generators being developed using npm.

  1. link the generator in the labs-yo project folder.

    1. Go to the cloned and npm-installed project folder
    2. npm link
    3. Cd back to this labs-yo folder
    4. npm link "name-of-package"
    5. Example: npm link "generator-spa
  2. link this project to the global npm commands.

    npm link

    The labs command is now globally available.

    labs --help should render the yo command options.

0.1.14

3 years ago

0.1.13

3 years ago

0.1.12

4 years ago

0.1.11

4 years ago

0.1.8

4 years ago

0.1.9

4 years ago

0.1.7

4 years ago

0.1.6

4 years ago

0.1.5

4 years ago

0.1.4

4 years ago

0.1.3

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago