Tierney Cyren

Results 125 issues of Tierney Cyren

At present, to use Chapter Mode, your terminal needs to be pointed to a directory that has a remote Chapter git repository. The way to set up a Chapter repository...

enhancement

I currently have a private repo with encites running on a cron. I should move that out to a public repo after some scrubbing rather than keeping it locked up.

There's been a few cases in which running encites doesn't fully work on first run. I'd like to ensure that things are shored up and there's no seams in that...

Testing currently consists of me throwing my own use case at it until it works as expected. It'd be nice to actually have tests so we can ensure changes don't...

Currently, there's logging in just two files. It'd be ideal to add logging to all methods.

adds tests to the templates module and (theoretically) fixes some bugs

currently, you _have_ to provide a GitHub token named `GITHUB_TOKEN`. users should be able to provide a different token name, configured with an option but defaulting to `GITHUB_TOKEN`.

initial step toward a rewrite with [@npmcli/arborist](http://npm.im/@npmcli/arborist). The `exports/arbor.js` file would theoretically replace `lib/module.js`. Current notes: does not resolve deterministically like the current implementation does.

Adds the GitHub Actions extension. This extension is progressing quite nicely, so wanted to get it in now. Feel free to close out the PR if it doesn't make sense...

## Description removes all Function Templates without an adequate test suite. ## Checklist - [x] I ran `npm test` locally and it passed without errors. - [x] I acknowledge that...