Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/imcuttle/edam-vendor
edam-vendor
https://github.com/imcuttle/edam-vendor
edam edam-vendor template
Last synced: 18 days ago
JSON representation
edam-vendor
- Host: GitHub
- URL: https://github.com/imcuttle/edam-vendor
- Owner: imcuttle
- License: mit
- Created: 2018-03-29T07:41:45.000Z (almost 7 years ago)
- Default Branch: nodejs-module
- Last Pushed: 2024-03-01T03:41:04.000Z (10 months ago)
- Last Synced: 2024-11-01T01:03:54.702Z (2 months ago)
- Topics: edam, edam-vendor, template
- Language: JavaScript
- Size: 525 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
- License: License
Awesome Lists containing this project
README
# edam-vendor
This is a useful edam template about Node.js module.
## How to use?
```bash
npm i -g edam-cli
edam imcuttle/edam-vendor?checkout=nodejs-module -o pkg-name
```## Feature
- Multi-languages - supports typescript and javascript.
- Babel - presets the most frequent babel configuration.
- Typescript
- pnpm
- GitHub workflow action
- GitHub issue template
- Test - supports jest or ava for testing.
- auto-document - uses documentation for generating API doc.
- Best practices for monorepo: pnpm & [lerna-cli](https://github.com/imcuttle/lerna-cli) for release
- prettier & git hooks
- commit-lint
- auto-changelog