https://github.com/harry-hopkinson/code-boilerplate-cli
A Command Line Interface version of the Code Boilerplate Extension. Generates a sample Hello World file based on the chosen language.
https://github.com/harry-hopkinson/code-boilerplate-cli
boilerplate cli typescript
Last synced: 10 months ago
JSON representation
A Command Line Interface version of the Code Boilerplate Extension. Generates a sample Hello World file based on the chosen language.
- Host: GitHub
- URL: https://github.com/harry-hopkinson/code-boilerplate-cli
- Owner: Harry-Hopkinson
- License: mit
- Created: 2022-02-09T07:21:49.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-01-30T15:39:08.000Z (over 1 year ago)
- Last Synced: 2025-02-15T07:44:30.710Z (over 1 year ago)
- Topics: boilerplate, cli, typescript
- Language: TypeScript
- Homepage: https://www.npmjs.com/package/code-boilerplate
- Size: 67.4 KB
- Stars: 3
- Watchers: 1
- Forks: 4
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# code-boilerplate-cli
A Command Line Interface version of the [Code Boilerplate Extension.](https://github.com/Harry-Hopkinson/code-boilerplate) Generates a sample Hello World file based on the chosen language.
## How to Run
For installing for a one time command...
```
npx code-boilerplate
```
For installing for repeated use of the command...
```
npm install -g code-boilerplate
code-boilerplate
```