beeman

Results 44 issues of beeman

## Expected Behavior Running `nxpm-stack init` should work if there are no global git identity. ## Current Behavior It fails because there is no global git identity ``` Error: Command...

bug

## Expected Behavior `@nxpm/stack` should be built using Nx 11. ## Current Behavior `@nxpm/stack` is built using Nx 10. ## Context Currently this project is an `@nrwl/nx-plugin` created with v10....

## Expected Behavior Running `yarn nx run-many --target lint --all` currently fails. ## Current Behavior Running `yarn nx run-many --target lint --all` should work. ## Possible Solution 1. Run linter...

enhancement
good first issue
help wanted

Hey Ben, I just saw this project on Twitter and it looks super interesting. I've been working on a prototype with a very similar goal, with file based routing generating...

Closes #73, #74

The cli is built with [oclif](https://oclif.io/) and I haven't tried running it in an Nx Workspace yet, so in order to ship I created a separate repo. Ideally it consists...

This is copied from #5 --- One of the things that I'm currently looking at is how to properly test the ChangeSet that is passed to the callbacks. ``` it('should...

This is copied from #5 --- In a future version it would be nice the possibility of adding the logic of this mixin programatically: ``` javascript /** * var changed...

I gave this some thought and came up with a new structure that seems to provide easier access to the things we want. In the definition of the mixin each...