Skip to content
/ sdm Public

A simple terminal tool to initialize project templates

License

Notifications You must be signed in to change notification settings

ImLecus/sdm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SDM (Software Development Manager)

A simple terminal tool to initialize project templates

Table of contents

Introduction

Welcome to SDM. This is a terminal tool written in Bash, made for the creation of new projects. To use it, open a terminal inside the project folder and type the following command:

sdm create [templates] [project-name] [flags]

If this method is not intuitive enough, there is a template manager included using:

sdm init

It will create a visual menu to choose a template and some extra options, as initializing a new Git repository or putting the template in a new folder.

Installation

For Unix/Linux users:

Download the package and install the tool by executing install.sh.

Templates

At this moment, SDM has the following templates:

  • C
  • C with CMake
  • C++
  • Quarzum
  • Python
  • Ruby
  • Node JS
  • Perl

Do you want to add a new template or add content to an existing one? Check out how to contribute.

How to contribute

Solving bugs, adding more content...

Check CONTRIBUTING.md.

Adding more templates

Inside the templates folder, there is a CONTRIBUTING.md file, that contains all the instructions to add a new template.

About

A simple terminal tool to initialize project templates

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages