All Projects → debck → File-Creator-CLI

debck / File-Creator-CLI

Licence: MIT license
A simple Command Line application which allows you to create files in your directory/folder, with all types of file extension in a more interactive way.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to File-Creator-CLI

Json2typescript
Convert JSON to TypeScript with secure type checking!
Stars: ✭ 230 (+1177.78%)
Mutual labels:  npm-package
Typescript Lib Starter
Typescript library starter
Stars: ✭ 235 (+1205.56%)
Mutual labels:  npm-package
js-stack-from-scratch
🌺 Russian translation of "JavaScript Stack from Scratch" from the React-Theming developers https://github.com/sm-react/react-theming
Stars: ✭ 394 (+2088.89%)
Mutual labels:  npm-package
Unstated Debug
Debug your Unstated containers with ease
Stars: ✭ 231 (+1183.33%)
Mutual labels:  npm-package
Terminal Image Cli
Display images in the terminal
Stars: ✭ 234 (+1200%)
Mutual labels:  npm-package
Unsplash Wallpaper
Use an image from unsplash.com as your background image from a simple command.
Stars: ✭ 238 (+1222.22%)
Mutual labels:  npm-package
Ts ci
✅ Continuous integration setup for TypeScript projects via GitHub Actions.
Stars: ✭ 225 (+1150%)
Mutual labels:  npm-package
spur-ioc
Dependency Injection library for Node.js
Stars: ✭ 26 (+44.44%)
Mutual labels:  npm-package
Cycled
Cycle through the items of an array
Stars: ✭ 235 (+1205.56%)
Mutual labels:  npm-package
Singlespotify
🎵 Create Spotify playlists based on one artist through the command line
Stars: ✭ 254 (+1311.11%)
Mutual labels:  npm-package
Pupa
Simple micro templating
Stars: ✭ 231 (+1183.33%)
Mutual labels:  npm-package
Stimulus Components
A modern Stimulus library delivering common JavaScript behaviors with a bunch of customizable controllers.
Stars: ✭ 234 (+1200%)
Mutual labels:  npm-package
Wait For Localhost
Wait for localhost to be ready
Stars: ✭ 245 (+1261.11%)
Mutual labels:  npm-package
Node Virtualbox
A JavaScript Library for Interacting with VirtualBox
Stars: ✭ 231 (+1183.33%)
Mutual labels:  npm-package
themer.js
🌗 Automatically switch between dark and light themes at sunset and sunrise using the user's location.
Stars: ✭ 28 (+55.56%)
Mutual labels:  npm-package
React Npm Boilerplate
Boilerplate for creating React Npm packages with ES2015
Stars: ✭ 226 (+1155.56%)
Mutual labels:  npm-package
Node S3 Uploader
Flexible and efficient resize, rename, and upload images to Amazon S3 disk storage. Uses the official AWS Node SDK for transfer, and ImageMagick for image processing. Support for multiple image versions targets.
Stars: ✭ 237 (+1216.67%)
Mutual labels:  npm-package
azure-functions-ts-essentials
Essential interfaces and tools for backend development on Azure Functions with TypeScript
Stars: ✭ 21 (+16.67%)
Mutual labels:  npm-package
quetie
🎀 Just the cutest and tiniest queue/deque implementation!
Stars: ✭ 111 (+516.67%)
Mutual labels:  npm-package
Oclazyload
Lazy load modules & components in AngularJS
Stars: ✭ 2,661 (+14683.33%)
Mutual labels:  npm-package

File-Creator-CLI

A simple Command Line application which allows you to create files in your directory/folder, with all types of file extension in a more interactive way.

Made with ❤️ for Windows 💻 users, who cannot use touch command to create files 👍

Travis CI Dependancy Status NPM Version MIT License Codacy Badge commit

Installation

npm install -g filecreator-cli

Usage

  • Create a directory/file
  • Delete a directory/file
  • Rename a file
  • Get file size

Steps to follow:

  1. cd to the directory/folder where u want to create your file/folder using command line
  2. type create in your shell
  3. Answer the questions about creating directory or file, enter details asked and press Enter
  4. You can type help or h to see all commands available.
  5. 🎉 Your file/folder is ready

Running locally

  • Fork and clone the repo.
  • cd to the project directory eg. cd File-Creator-CLI
  • Type npm i to install all packages.
  • Run npm start to start the server.

Always run tests before commiting using npm run test ( It will also check for linting issues)

Communication

If you have any specific queries related to the project drop an issue.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].