Sha256: 7e0cd420d53200d164f55bd289cc56aeaff4517ec0c7d3ab4abd1eff775e74e2

Contents?: true

Size: 476 Bytes

Versions: 9

Compression:

Stored size: 476 Bytes

Contents

// To import modules, you can use ~/:path, where `:path` must be reflect the
// structure you define inside `./src`. For instance, if you have a
// `src/utils.ts` file that exports some functions, you can import it with this:
//
// ```ts
// import { func } from "~/utils";
// ```
//
// To export your final bundle, use `yarn build`. This will ensure that all
// files point to the right place, considering the `~/` alias.
//
export const name = "<%= options.package_name %>";

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
dopstick-0.0.12 lib/dopstick/generator/npm/templates/index.erb
dopstick-0.0.11 lib/dopstick/generator/npm/templates/index.erb
dopstick-0.0.10 lib/dopstick/generator/npm/templates/index.erb
dopstick-0.0.9 lib/dopstick/generator/npm/templates/index.erb
dopstick-0.0.8 lib/dopstick/generator/npm/templates/index.erb
dopstick-0.0.7 lib/dopstick/generator/npm/templates/index.erb
dopstick-0.0.6 lib/dopstick/generator/npm/templates/index.erb
dopstick-0.0.5 lib/dopstick/generator/npm/templates/index.erb
dopstick-0.0.4 lib/dopstick/generator/npm/templates/index.erb