Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 14 days 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 (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-19T19:25:21.000Z (almost 3 years ago)
- Last Synced: 2024-08-11T11:32:41.476Z (6 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: 6
- 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
![tweety-create-logo](https://user-images.githubusercontent.com/66258652/147775217-c22f0128-c0b3-489e-82e2-e5eb511346d7.png)
![tweety-create](https://img.shields.io/badge/%40tweety--create-generator-green)
![tweety-create](https://img.shields.io/static/v1?label=cli&message=no-more-time-waste&color=red?)
![nodejs](https://img.shields.io/badge/%40JS-nodejs-yellow)
![vanilla](https://img.shields.io/static/v1?message=JavaScript&logo=javascript&labelColor=fdfdfa&color=c2a40f&logoColor=yellow&label=%20)![ullaskunder3](https://img.shields.io/twitter/follow/ullaskunder3?label=%40ullaskunder&style=social)
![ullaskunder3](https://img.shields.io/github/followers/ullaskunder3?label=ullaskunder3&style=social)
---## 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... ( 。 ◕ ‿ ◕ 。 )
```