Skip to content

opentoolbox-gh/npx-proj

 
 

Repository files navigation

npx-proj

npm NPM Downloads

project structure manager .

Installation

    npm i -g npx-proj

Usage

  • Initializing project

    npx-proj init <project-name> -fo <list of folders>
    //you can add more than one folder name .
  • Generating file or folder

    npx-proj generate <foldername> -fi <filename> //for files
  • Adding discription to file or folder

    npx-proj add-description -p <projectname>  -m "discription" //for projects
    npx-proj add-description -fo <foldername>  -m "discription" //for folders
    npx-proj add-description -fi <filename>  -m "discription" //for files
  • Getting discription .

    npx-proj describe -p <projectname> //for projects
    npx-proj describe -fo <foldername> //for folders
    npx-proj describe -fi <filename> //for files

Advantages of using npx-proj

  • Initializing projects easier with ordered folders .
  • Makes generating files easier .
  • Saving discription of projects, folders and files you've created .

Contribution

Refer to Contributing.md.

Security

Refer to Security.md.

Support

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 74.4%
  • JavaScript 24.9%
  • Shell 0.7%