Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/carnesen/dev
https://github.com/carnesen/dev
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/carnesen/dev
- Owner: carnesen
- License: mit
- Created: 2020-05-26T04:40:26.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-05-01T05:13:43.000Z (6 months ago)
- Last Synced: 2024-10-11T20:43:07.083Z (26 days ago)
- Language: TypeScript
- Size: 801 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: readme.md
- Changelog: changelog.md
- License: license.md
Awesome Lists containing this project
README
# @carnesen/dev [![build status badge](https://github.com/carnesen/dev/workflows/test/badge.svg)](https://github.com/carnesen/dev/actions?query=workflow%3Atest+branch%3Amaster)
A command-line interface (CLI) for developing @carnesen projects
## Usage
Clone this repository, `cd` into it and do:
```
npm install
npm run build
node lib/
```## More information
This library doesn't have many unit tests, but I use it on a semi-regular basis to manage my personal projects [https://github.com/carnesen/](https://github.com/carnesen/). If you have any questions, please don't hesitate to file an issue or submit a pull request on this project's repository on GitHub.
## Related
- [@carnesen/carnesen-dot-com](https://github.com/carnesen/carnesen-dot-com): Automates deployment of carnesen.com to Google Cloud Platform
- [@carnesen/cli](https://github.com/carnesen/cli): A library for building command-line interfaces in Node.js and the browser## License
MIT © [Chris Arnesen](https://www.carnesen.com)