Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jayphelps/jay-scripts
https://github.com/jayphelps/jay-scripts
Last synced: 21 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jayphelps/jay-scripts
- Owner: jayphelps
- Created: 2020-05-16T01:43:00.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-02-15T20:23:31.000Z (over 3 years ago)
- Last Synced: 2024-04-29T21:50:52.916Z (6 months ago)
- Language: TypeScript
- Size: 255 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# @jayphelps/jay-scripts
A collection of common scripts for my personal projects. Not intended to be used by others as I'll likely make frequent breaking changes without warning. Open source in case it's useful as a reference, and also why not.
## Notes
- This project is self-hosted; it was bootstraped and is built using an older version of itself.
- The CLI itself uses native ES Modules in Node, so it requires a fairly recent version. But it still compiles the consuming project to both ESM/CJS, setting up the package.json appropriately.## Commands
### Create
```bash
npx @jayphelps/jay-scripts create my-project-name
cd my-project-name
```### Start
```bash
yarn start
# or
npx jay-scripts start
```### Build
```bash
yarn build
# or
npx jay-scripts build
```