https://github.com/ullaskunder3/tweety-create
Create tweety-create the CLI app is a no build configuration with minimal initial project starter code creation tool for students.
https://github.com/ullaskunder3/tweety-create
automation awesome cli core corenode javascript library no-blackbox nodejs vanila-javascript
Last synced: 2 months ago
JSON representation
Create tweety-create the CLI app is a no build configuration with minimal initial project starter code creation tool for students.
- Host: GitHub
- URL: https://github.com/ullaskunder3/tweety-create
- Owner: ullaskunder3
- License: mit
- Created: 2021-12-30T13:33:04.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-19T19:25:21.000Z (almost 4 years ago)
- Last Synced: 2025-08-09T17:56:23.966Z (4 months ago)
- Topics: automation, awesome, cli, core, corenode, javascript, library, no-blackbox, nodejs, vanila-javascript
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/tweety-create
- Size: 304 KB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Tweety generator
Boilerplate, It's about doing things right the first time, so you do not waste time







---
## Generate Initial Boilerplate
Cli tool `tweety-create` is a no build configuration with minimal initial project starter code creation tool for students
## Installation
Before installing the package please `download and install` Node.js.
Node.js 6 or `higher` is required.
(The recommended way):
Install `tweety-create` globally on your machine by using `-g`
```js
npm install -g tweety-create
```
There you gooo... __Thats it__
## Quick Start
Run Script
```bash
tweety-create
```
Demo:
```bash
$
What project you like to create?
1: Basic web
2: git init
> 2
git has been initialized :)
$
What project you like to create?
1: Basic web
2: git init
> 1
Do you like to change the project name? (yes||no) yes
What should be the title ? (My Project): webProject
creating required files ...in a moment ♟
Applying regression...✨
Okkk your working directroy is: tests
style file has been generated: with RESET ✔
index file has been generated: ✔
script file has been generated: ✔
HAPPY CODING... ( 。 ◕ ‿ ◕ 。 )
```