GithubHelp home page GithubHelp logo

cl-lms-files-name-changer's Introduction

  1. Sklonuj repozytorium bezpośrednio do folderu z nowymi materiałami. Skrypt jest nastawiony na przejście tylko jeden poziom wyżej w poszukiwaniu zadanego katalogu i plików w nim zawartych.
  2. cd cl-lms-files-name-changer
  3. npm install
  4. W pliku app.js należy zmienić/nastawić folder który ma być przeszukany.
const options = {
  entry: "additional", // folder który będzie skanowany w celu zmiany nazw
  files: "html", // pliki ktorych szukamy
  prefix: "presentation" // prefix który będzie im nadany
};

Przy takim ustawieniu, zostanie przeszukany folder "additional" który jest o poziom wyżej niż repozytorium z tym skryptem.

  1. npm start

Skrypt zmodyfikuje pliki podane w options.files i doda im odpowiedni prefix (options.prefix) pomiędzy wartością liczbową (01, 02 itd.) a właściwą nazwą prezentacji.

Zostanie również zmieniony wpis w pliku .config.yml z zachowaniem ID.

Przed użyciem należy wykonać git pull aby pobrać wszystkie pliki .config stworzone przez system a także wykonać commit zmian (just in case).

cl-lms-files-name-changer's People

Contributors

beniaminrychter avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.