Skip to content

Source2ZE/cs_script_boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cs_script_boilerplate

A simple CS2 typescript script boilerplate to get you started quickly.

Usage

  1. Clone the repository or download the ZIP file and extract it.
  2. Navigate to the project directory.
  3. Run npm install to install the dependencies.
  4. Run npm start to start the watch server.

Output file

You can change the output file name and path in the rollup.config.js file. By default, it is set to build/index.js but you can modify it to an absolute path of your cs2 addon to automatically copy the output file there and hotreload it in-game.

About

A basic typescript + rollup bundler boilerplate for cs2 scripts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published